{
  "name": "WeatherPlus",
  "short_name": "WeatherPlus",
  "description": "Hourly weather advice with clothing suggestions and washing planner.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#08101f",
  "theme_color": "#0b1120",
  "icons": [
    {
      "src": "app.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}