{
  "name": "Verifix Officer",
  "short_name": "Verifix",
  "description": "Clock in, view shifts, and manage documents on the go.",
  "start_url": "/employee",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0F172A",
  "theme_color": "#00BFA5",
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Clock in / out",
      "short_name": "Clock",
      "description": "Jump straight to clock-in.",
      "url": "/employee?action=clock",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "New incident",
      "short_name": "Incident",
      "description": "Start a new incident report.",
      "url": "/employee?action=incident",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "My shifts",
      "short_name": "Shifts",
      "description": "Open my shifts list.",
      "url": "/employee?tab=shifts",
      "icons": [{ "src": "/pwa-icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
