{
  "name": "Atlas Command Center",
  "short_name": "Atlas EOC",
  "description": "GIS-native EOC + common operating picture for emergency response.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0e2238",
  "theme_color": "#0e2238",
  "orientation": "any",
  "categories": ["government", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {"name": "Command Center", "url": "/", "description": "Live dashboard"},
    {"name": "COP", "url": "/cop", "description": "Common Operating Picture"},
    {"name": "Incidents", "url": "/incidents", "description": "Active incidents"},
    {"name": "Field Forms", "url": "/forms", "description": "Field intake forms"}
  ]
}
