{
  "name": "Paramount Guard",
  "short_name": "Guard",
  "description": "Daily duty, clock in and out, and payslips for Paramount guards.",
  "start_url": "/me",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b1220",
  "theme_color": "#0b1220",
  "icons": [
    { "src": "/guard-app-icon.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/guard-app-icon.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/guard-app-icon.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Clock in", "url": "/duty/clock" },
    { "name": "My payslips", "url": "/payroll/staff-payslips" }
  ]
}
