{
  "name": "EHM Washington",
  "short_name": "EHM",
  "description": "Electronic Home Monitoring staff portal",
  "start_url": "/staff/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0F172A",
  "theme_color": "#0F172A",
  "icons": [
    {
      "src": "/ehm-logo.png",
      "sizes": "360x360",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/ehm-logo.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "/staff/dashboard",
      "description": "Open the staff dashboard"
    },
    {
      "name": "Clients",
      "url": "/staff/clients",
      "description": "Client list"
    },
    {
      "name": "Mobile view",
      "url": "/staff/mobile",
      "description": "Mobile-optimized staff view"
    }
  ]
}
