{
  "name": "RGSWeather.NET \u2014 Live Weather Dashboard",
  "short_name": "RGSWeather",
  "description": "Live NWS weather, radar, alerts, air quality, and forecasts \u2014 installable as an app.",
  "start_url": "index.html?source=pwa",
  "scope": ".",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b1220",
  "theme_color": "#eaf4ff",
  "icons": [
    { "src": "favicon-16.png", "sizes": "16x16", "type": "image/png" },
    { "src": "favicon-32.png", "sizes": "32x32", "type": "image/png" },
    { "src": "favicon-180.png", "sizes": "180x180", "type": "image/png", "purpose": "any" },
    { "src": "favicon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "favicon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    {
      "name": "Recent Updates",
      "short_name": "Updates",
      "url": "updates.html",
      "icons": [{ "src": "favicon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Suggestions",
      "short_name": "Suggest",
      "url": "suggestions.html",
      "icons": [{ "src": "favicon-192.png", "sizes": "192x192" }]
    }
  ]
}
