{
  "name": "SENTINEL — Emergency Preparedness Hub",
  "short_name": "SENTINEL",
  "description": "Your complete emergency preparedness guide — threat guides, gov resources, supply checklists, evacuation maps, and nuclear prep. Works offline.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#0a0c0f",
  "theme_color": "#e8502a",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["utilities", "lifestyle", "government"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot.png",
      "sizes": "1280x720",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Threat Guides",
      "short_name": "Threats",
      "description": "Quick access to threat-specific emergency guides",
      "url": "/index.html#threats",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Supply Checklist",
      "short_name": "Checklist",
      "description": "Check off your emergency supplies",
      "url": "/index.html#supplies",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "My Emergency Plan",
      "short_name": "My Plan",
      "description": "View and edit your personal emergency plan",
      "url": "/index.html#notes",
      "icons": [{ "src": "icon-192.png", "sizes": "192x192" }]
    }
  ]
}
