{
  "//": "PWA install metadata used by browsers when users add SecureShift to their home screen.",
  "name": "SecureShift",
  "short_name": "SecureShift",
  "// id": "Stable app identity for installed PWA instances.",
  "id": "/",
  "description": "Secure workforce scheduling, attendance, and shift management.",
  "// start_url": "The first route opened when the installed app launches.",
  "start_url": "/",
  "// scope": "Restricts the installed app experience to SecureShift routes.",
  "scope": "/",
  "// display": "standalone removes normal browser chrome for an app-like feel.",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#ff0000",
  "categories": ["business", "productivity"],
  "// icons": "Icons used for install prompts, app launchers, and splash screens.",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
