{
  "id": "/",
  "name": "GhostyBoy",
  "short_name": "GhostyBoy",
  "description": "Recovery housing operations, monitoring, and staff coordination.",
  "start_url": "/login",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0C0C0C",
  "background_color": "#F2F1EF",
  "icons": [
    {
      "src": "/icons/ghostyboy-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/ghostyboy-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Monitoring",
      "short_name": "Monitoring",
      "url": "/admin/monitoring",
      "icons": [{ "src": "/icons/ghostyboy-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Communications",
      "short_name": "Comms",
      "url": "/admin/communications",
      "icons": [{ "src": "/icons/ghostyboy-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "House",
      "short_name": "House",
      "url": "/house",
      "icons": [{ "src": "/icons/ghostyboy-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
