{
  "name": "VARGO",
  "short_name": "VARGO",
  "description": "VARGO: kiosk voor gasten en werkchat voor beheer en ploeg.",
  "start_url": "/",
  "scope": "/",
  "display": "fullscreen",
  "display_override": ["fullscreen", "standalone"],
  "orientation": "any",
  "background_color": "#0a0a0a",
  "theme_color": "#5b0e1f",
  "shortcuts": [
    { "name": "Momentstation", "short_name": "Kiosk", "url": "/" },
    { "name": "Werkchat", "short_name": "Werk", "url": "/werk" },
    { "name": "Aanvragen", "short_name": "Leads", "url": "/beheer/leads" }
  ],
  "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-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ]
}
