{
  "name": "US Weather Alerts",
  "short_name": "WeatherAlerts",
  "description": "Real-time US weather warnings and alerts from the National Weather Service",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#0a0e1a",
  "theme_color": "#0a0e1a",
  "orientation": "any",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64",
      "type": "image/x-icon"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["weather", "utilities"],
  "shortcuts": [
    {
      "name": "View Active Alerts",
      "url": "/index.html#weather-alerts",
      "description": "See all active weather alerts"
    },
    {
      "name": "Radar",
      "url": "/index.html#radar",
      "description": "View weather radar"
    }
  ]
}
