{
  "manifest_version": 7,
  "version": "0.7",
  "name": "Kluppie",
  "short_name": "Kluppie",
  "start_url": "/",
  "description": "Dé App voor Verenigingen!",
  "icons": [
    {
      "src": "/assets/favicon/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/favicon/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "View the Calendar",
      "url": "/calendars"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/favicon/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "launch_handler": {
    "client_mode": [
      "navigate-existing",
      "navigate-new",
      "focus-existing",
      "auto"
    ]
  },
  "theme_color": "#000000",
  "background_color": "#000000",
  "display": "standalone",
  "id": "kluppie7"
}