{
  "name": "EVO GROUP Staff Portal",
  "short_name": "EVO Staff",
  "description": "Employee self-service portal for EVO GROUP — attendance, leave, requests, tasks.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f1117",
  "theme_color": "#9325b2",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Clock In",
      "short_name": "Clock In",
      "description": "Quick attendance clock-in",
      "url": "/?page=attendance",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Apply Leave",
      "short_name": "Leave",
      "url": "/?page=leave",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
