{
  "name": "SGVU Hostel Staff Portal",
  "short_name": "Staff Portal",
  "description": "Installable staff portal for hostel operations, attendance, leaves, visitors, and support tickets.",
  "start_url": "auth/login?source=pwa",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f4f7fb",
  "theme_color": "#244869",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "assets/pwa/staff-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/pwa/staff-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
