{
  "name": "WeatherWizard",
  "short_name": "WeatherWizard",
  "description": "Hyper-local wind, rain and temperature forecasts — right where you are.",
  "start_url": "/app/dashboard",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f8fafc",
  "theme_color": "#0891b2",
  "categories": ["weather", "utilities"],
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ]
}
