{
  "name": "HPS Staff Portal",
  "short_name": "HPS Portal",
  "description": "Handovers, patrol photos and incident reports for HPS security officers — works with weak or no signal.",
  "id": "/",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#05474f",
  "theme_color": "#05474f",
  "icons": [
    { "src": "/app-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/app-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/app-icon-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "New handover", "url": "/handovers/new" },
    { "name": "Patrols", "url": "/patrols" },
    { "name": "Report incident", "url": "/incidents/new" }
  ]
}
