{
  "name": "Coffee Lovers Café — Staff Portal",
  "short_name": "CL Café",
  "description": "Clock in, manage timesheets, leave, payslips and more for Coffee Lovers Café staff.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1A2744",
  "theme_color": "#1A2744",
  "lang": "en-NZ",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Clock in / out",
      "short_name": "Clock",
      "description": "Quick clock-in / clock-out",
      "url": "/clock",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Payslips",
      "short_name": "Payslips",
      "url": "/payslips",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Leave",
      "short_name": "Leave",
      "url": "/leave",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
