{
  "id": "/",
  "name": "ChaletCheck — Hazeduinen",
  "short_name": "ChaletCheck",
  "description": "Chalet-inspectie voor Recreatiecentrum Hazeduinen: meterstanden, schade en schoonmaak in één app.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "lang": "nl-NL",
  "dir": "ltr",
  "theme_color": "#2D6B2D",
  "background_color": "#ffffff",
  "categories": ["productivity", "business", "utilities"],
  "icons": [
    {
      "src": "/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Inspecteren",
      "short_name": "Inspectie",
      "description": "Start een nieuwe chalet-inspectie",
      "url": "/inspecteren?source=pwa-shortcut",
      "icons": [{ "src": "/icons/web-app-manifest-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Meldingen",
      "short_name": "Meldingen",
      "description": "Bekijk openstaande meldingen",
      "url": "/meldingen?source=pwa-shortcut",
      "icons": [{ "src": "/icons/web-app-manifest-192x192.png", "sizes": "192x192" }]
    }
  ]
}
