{
  "name": "Nexus Worker",
  "short_name": "Nexus",
  "description": "Field worker app for the Nexus supervision platform — works offline.",
  "id": "/worker/",
  "start_url": "/worker/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#0E1116",
  "background_color": "#0B0D11",
  "lang": "en",
  "categories": ["productivity", "business", "utilities"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "My tasks",
      "short_name": "Tasks",
      "url": "/worker/tasks",
      "description": "Today's task queue"
    },
    {
      "name": "Pool",
      "short_name": "Pool",
      "url": "/worker/pool",
      "description": "Claimable tasks in your pool"
    },
    {
      "name": "Report an issue",
      "short_name": "Report",
      "url": "/worker/report",
      "description": "Open a whistleblower or grievance ticket"
    }
  ]
}
