{
  "name": "HR Self Service Portal",
  "short_name": "HR Portal",
  "description": "Employee self-service portal - clock in/out, request holidays, view your schedule",
  "start_url": "/employee-portal",
  "display": "standalone",
  "background_color": "#0a0a0a",
  "theme_color": "#1a7a7a",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
