{
  "name": "First Warn Weather",
  "short_name": "FirstWarnWX",
  "description": "First. Accurate. Trusted. — Live weather forecasts, radar, and severe weather alerts for St. Louis, Central MO, Southeast MO, and Southern IL with Dr. Nick.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#cc1a1a",
  "background_color": "#080c18",
  "lang": "en-US",
  "categories": ["weather", "news"],
  "icons": [
    { "src": "icons/icon-72.png",   "sizes": "72x72",     "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-96.png",   "sizes": "96x96",     "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-128.png",  "sizes": "128x128",   "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-144.png",  "sizes": "144x144",   "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-152.png",  "sizes": "152x152",   "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-192.png",  "sizes": "192x192",   "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-384.png",  "sizes": "384x384",   "type": "image/png", "purpose": "any maskable" },
    { "src": "icons/icon-512.png",  "sizes": "512x512",   "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [
    {
      "src": "screenshots/screen1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "First Warn Weather Home Screen"
    }
  ],
  "shortcuts": [
    {
      "name": "Live Radar",
      "short_name": "Radar",
      "description": "Jump straight to live radar",
      "url": "/index.html#radar",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Today's Forecast",
      "short_name": "Forecast",
      "description": "Dr. Nick's daily forecast",
      "url": "/index.html#forecast",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Active Alerts",
      "short_name": "Alerts",
      "description": "NWS active weather alerts",
      "url": "/forecast.html#alerts",
      "icons": [{ "src": "icons/icon-96.png", "sizes": "96x96" }]
    }
  ]
}
