{
  "name": "Assessly — Factory Floor",
  "short_name": "Assessly",
  "description": "Production intelligence for the factory floor. Scan a station QR, log events, see live order risk.",
  "start_url": "/worker",
  "scope": "/",
  "id": "/worker",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait",
  "background_color": "#07090A",
  "theme_color": "#07090A",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "business"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/assessly-512.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/assessly-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan workstation",
      "short_name": "Scan",
      "description": "Scan a workstation QR to log an event",
      "url": "/worker/scan"
    }
  ]
}
