{
  "name": "Weather Search - Loren Tedford",
  "short_name": "Weather Search",
  "description": "Search-anywhere weather, alerts, hourly/extended forecast, and NWS radar, with SE Illinois county resources.",
  "start_url": "/?source=pwa",
  "id": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "launch_handler": { "client_mode": "navigate-existing" },
  "background_color": "#0b0f17",
  "theme_color": "#2563eb",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Use My Location",
      "short_name": "My Location",
      "description": "Jump straight to weather for your current location",
      "url": "/?geo=1",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Radar Loop",
      "short_name": "Radar",
      "description": "Open the large NWS radar loop",
      "url": "/radarlarge.php",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Help & App Settings",
      "short_name": "Help",
      "description": "Instructions, including how to uninstall or manage this app",
      "url": "/help.php#uninstall",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
