{
  "name": "CEA Workers",
  "short_name": "CEA Workers",
  "description": "Christ Embassy Amsterdam — Workers App",
  "start_url": "/workers/",
  "display": "standalone",
  "background_color": "#070506",
  "theme_color": "#070506",
  "orientation": "portrait",
  "icons": [
    { "src": "icons/icon.svg",     "sizes": "any",     "type": "image/svg+xml" },
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Live Monitor",
      "short_name": "Live",
      "description": "Watch real-time first timer check-ins",
      "url": "/workers/?screen=live",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Scan Card",
      "short_name": "Scan",
      "description": "Scan a physical first timer card",
      "url": "/workers/?screen=scanner",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
