{
  "id": "/app.html",
  "name": "NCW – Nexus Crew Workforce",
  "short_name": "NCW",
  "description": "Track work hours and send GST tax invoices. For Australian ABN contractors.",
  "lang": "en-AU",
  "dir": "ltr",
  "start_url": "app.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#FAF8F3",
  "theme_color": "#1F3A2E",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "New invoice", "url": "app.html#invoices" },
    { "name": "Log work", "url": "app.html#timesheets" }
  ]
}
