{
  "name": "Dit is een test",
  "short_name": "TestPWA",
  "description": "Demo PWA voor activiteiten en meldingen",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f3f6ff",
  "theme_color": "#2563eb",
  "icons": [
    {
      "src": "https://dev1.anticipate.nl/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "https://dev1.anticipate.nl/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
   "screenshots": [
  {
    "src": "screenshots/home.webp",
    "sizes": "1280x720",
    "type": "image/webp",
    "form_factor": "wide",
    "label": "Home screen showing main navigation and featured content"
  },
  {
    "src": "screenshots/dashboard.webp",
    "sizes": "1280x720",
    "type": "image/webp",
    "platform": "ios",
    "label": "Dashboard view displaying key metrics"
  }
]
}
