{
  "name": "NxSubs HRIS",
  "short_name": "NxSubs",
  "description": "NxSubs Human Resource Information System",
  "start_url": "/chat",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#080c1a",
  "theme_color": "#6366f1",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/images/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/pwa-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "AI Chat",
      "short_name": "Chat",
      "description": "Open NxSubs AI Assistant",
      "url": "/chat",
      "icons": [{ "src": "/images/pwa-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Attendance",
      "short_name": "Attendance",
      "description": "Clock in / Clock out",
      "url": "/attendance",
      "icons": [{ "src": "/images/pwa-192.png", "sizes": "192x192" }]
    }
  ]
}
