{
  "name": "Duurzaamheidscentrum Nijverdal",
  "short_name": "DCNijverdal",
  "description": "Samen maken we gemeente Hellendoorn duurzaam",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",  // ← WIT voor laadscherm
  "theme_color": "#5b991e",       // ← GROEN voor browser UI
  "icons": [
    {
      "src": "/favicon/web-app-manifest-192x192.png?v=2",  // ← enkelvoud + versie
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"  // ← Eerst "any" dan "maskable"
    },
    {
      "src": "/favicon/web-app-manifest-512x512.png?v=2",
      "sizes": "512x512", 
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon/web-app-manifest-512x512.png?v=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "scope": "/",
  "orientation": "portrait"
}