{
  "name": "WeatherGlass - Europe's #1 Weather Forecast PWA",
  "short_name": "WeatherGlass",
  "description": "Europe's most accurate weather forecasting PWA. Real-time weather data for 500+ European cities with 7-day forecasts, glassmorphism design, and multi-language support (FR, EN, ES, DE, IT).",
  "version": "1.0.0",
  "manifest_version": 3,
  "start_url": "/WeatherGlass/",
  "display": "standalone",
  "background_color": "#1e293b",
  "theme_color": "#60a5fa",
  "orientation": "any",
  "scope": "/WeatherGlass/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["weather", "productivity", "utilities", "travel", "news"],
  "screenshots": [
    {
      "src": "/images/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/images/screenshot-narrow.png", 
      "sizes": "375x812",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    },
    {
      "src": "apple-touch-icon.png",
      "type": "image/png",
      "sizes": "180x180",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Current Location Weather",
      "short_name": "My Location",
      "description": "Get weather for your current location with WeatherGlass",
      "url": "/WeatherGlass/?geolocation=true",
      "icons": [
        {
          "src": "logo192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Paris Weather",
      "short_name": "Paris",
      "description": "Weather forecast for Paris, France",
      "url": "/WeatherGlass/?city=paris",
      "icons": [
        {
          "src": "logo192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "London Weather",
      "short_name": "London",
      "description": "Weather forecast for London, UK",
      "url": "/WeatherGlass/?city=london",
      "icons": [
        {
          "src": "logo192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Berlin Weather",
      "short_name": "Berlin",
      "description": "Weather forecast for Berlin, Germany",
      "url": "/WeatherGlass/?city=berlin",
      "icons": [
        {
          "src": "logo192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "features": [
    "geolocation",
    "background-sync"
  ],
  "prefer_related_applications": false
}
