{
  "name": "BloomWX — Free Weather Dashboard",
  "short_name": "BloomWX",
  "description": "Free real-time weather operations dashboard for any U.S. county. NWS alerts, NEXRAD radar, river gauges, storm reports, push notifications.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0e14",
  "theme_color": "#0a0e14",
  "categories": ["weather", "utilities", "news"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icon-192.png?v=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512-maskable.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Notifications settings",
      "url": "/notifications",
      "description": "Manage push-notification subscriptions"
    },
    {
      "name": "Learn library",
      "url": "/learn",
      "description": "Beginner-friendly weather explainers"
    }
  ]
}
