{
  "name": "WeatherFlow Forecast",
  "short_name": "WeatherFlow",
  "description": "Mobile-first weather forecast PWA using free no-key Open-Meteo APIs.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "icons": [
    {
      "src": "icons/weather-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icons/apple-touch-icon.svg",
      "sizes": "180x180",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Forecast",
      "short_name": "Forecast",
      "url": "./index.html"
    }
  ],
  "screenshots": [
    {
      "src": "icons/weather-icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ]
}