{
  "name": "Wat is het weer?",
  "short_name": "Weer",
  "description": "Actuele weersverwachting met neerslag, weekverwachting, luchtkwaliteit en nachtzicht.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#F4F5F3",
  "theme_color": "#F4F5F3",
  "lang": "nl",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "weather",
    "utilities"
  ],
  "shortcuts": [
    {
      "name": "Mijn locatie",
      "short_name": "Hier",
      "url": "./index.html?hier=1",
      "description": "Weer voor je huidige positie"
    }
  ]
}
