{
  "name": "MyPro Ready Hub",
  "short_name": "Ready Hub",
  "description": "Your personal disaster preparedness command center — home vault, emergency alerts, live radar, and evacuation planning.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#2d4a7a",
  "theme_color": "#468CDC",
  "categories": ["utilities", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "/icons/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Live Radar",
      "short_name": "Radar",
      "url": "/?tab=radar",
      "description": "Open live weather radar"
    },
    {
      "name": "Alert Center",
      "short_name": "Alerts",
      "url": "/?tab=alerts",
      "description": "View emergency alerts"
    }
  ]
}
