{
  "id": "/hoa?source=pwa",
  "name": "Ground Truth Mobile HOA",
  "short_name": "GT Mobile",
  "description": "HOA field observations, photos, and map pins for Ground Truth.",
  "start_url": "/hoa?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "browser"],
  "orientation": "portrait",
  "background_color": "#f7faf4",
  "theme_color": "#173f25",
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New HOA Observation",
      "short_name": "Observe",
      "description": "Open GT Mobile HOA observation capture.",
      "url": "/hoa?source=pwa&action=new-observation",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "HOA Map View",
      "short_name": "Map",
      "description": "Open the HOA map view.",
      "url": "/demo-course?source=pwa",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
