{
  "name": "Storm Scout \u2014 Know Before It Reaches You",
  "short_name": "Storm Scout",
  "description": "Know before it reaches you. Rain timing, hurricane tracking, and official warnings in plain English \u2014 with alerts even when the app is closed.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#070d18",
  "theme_color": "#070d18",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}