{
  "name": "FaceScan Clock In",
  "short_name": "FaceScan",
  "description": "Face recognition attendance — check in and out, even offline.",
  "start_url": "/static/work.html",
  "scope": "/static/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f0f0f",
  "theme_color": "#4f46e5",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
