{
  "name": "SitePulse — Geofenced Site Attendance",
  "short_name": "SitePulse",
  "description": "Check in and out at your site, review attendance, and manage geofenced sites.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#4f46e5",
  "categories": ["business", "productivity", "utilities"],
  "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-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "Check in", "short_name": "Check in", "url": "/staff", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "My attendance", "short_name": "History", "url": "/staff/history" },
    { "name": "Reviews", "short_name": "Reviews", "url": "/manager" }
  ]
}
