{
  "name": "Weather View",
  "short_name": "Weather View",
  "description": "Your Sky, Your Way — a fast vanilla JavaScript weather app.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f4c81",
  "theme_color": "#2b86c5",
  "icons": [
    {
      "src": "assets/weather-view-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "assets/weather-view-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/weather-view-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
