{
  "name": "Lumina Workforce",
  "short_name": "Lumina",
  "description": "Clock in and out, track shifts, and manage attendance — works offline.",
  "start_url": "/employee?source=pwa",
  "id": "/employee",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0284c7",
  "theme_color": "#0284c7",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    { "src": "/icons/icon-72.png",   "sizes": "72x72",   "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-96.png",   "sizes": "96x96",   "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-128.png",  "sizes": "128x128", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-144.png",  "sizes": "144x144", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-152.png",  "sizes": "152x152", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-167.png",  "sizes": "167x167", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-180.png",  "sizes": "180x180", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-192.png",  "sizes": "192x192", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-384.png",  "sizes": "384x384", "type": "image/png", "purpose": "maskable any" },
    { "src": "/icons/icon-512.png",  "sizes": "512x512", "type": "image/png", "purpose": "maskable any" }
  ],
  "shortcuts": [
    {
      "name": "Clock In",
      "short_name": "Clock In",
      "description": "Record your arrival",
      "url": "/employee/attendance?action=clock_in",
      "icons": [{ "src": "/icons/shortcut-clock.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Clock Out",
      "short_name": "Clock Out",
      "description": "Record your departure",
      "url": "/employee/attendance?action=clock_out",
      "icons": [{ "src": "/icons/shortcut-clock.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Employee home screen"
    }
  ],
  "related_applications": []
}
