{
  "name": "Vaarbewijs123 — Online vaarbewijs-opleiding",
  "short_name": "Vaarbewijs123",
  "description": "Haal je Klein Vaarbewijs online: video-lessen, oefenscenario's en het officiële examen — alles in één app.",
  "start_url": "/?utm_source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0a2e5c",
  "theme_color": "#0a2e5c",
  "lang": "nl-NL",
  "dir": "ltr",
  "categories": ["education", "lifestyle", "productivity"],
  "prefer_related_applications": false,

  "icons": [
    { "src": "/icons/icon-72.png",   "sizes": "72x72",   "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-96.png",   "sizes": "96x96",   "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-128.png",  "sizes": "128x128", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-144.png",  "sizes": "144x144", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-152.png",  "sizes": "152x152", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-192.png",  "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-256.png",  "sizes": "256x256", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-384.png",  "sizes": "384x384", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-512.png",  "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-1024.png", "sizes": "1024x1024", "type": "image/png", "purpose": "any" }
  ],

  "screenshots": [
    {
      "src": "/screenshots/dashboard-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "platform": "narrow",
      "label": "Dashboard met voortgang en cursussen"
    },
    {
      "src": "/screenshots/lesson-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "platform": "narrow",
      "label": "Interactieve lesspeler"
    },
    {
      "src": "/screenshots/dashboard-desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "platform": "wide",
      "label": "Desktop dashboard"
    }
  ],

  "shortcuts": [
    {
      "name": "Doorgaan met les",
      "short_name": "Les",
      "description": "Open je laatst bezochte les direct",
      "url": "/account?action=continue&utm_source=pwa_shortcut",
      "icons": [{ "src": "/icons/shortcut-lesson.png", "sizes": "96x96" }]
    },
    {
      "name": "Oefenscenario starten",
      "short_name": "Scenario",
      "description": "Snel een vaar-scenario oefenen",
      "url": "/scenarios/random?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icons/shortcut-scenario.png", "sizes": "96x96" }]
    },
    {
      "name": "Mijn certificaten",
      "short_name": "Diploma's",
      "description": "Bekijk en deel je certificaten",
      "url": "/account/certificates?utm_source=pwa_shortcut",
      "icons": [{ "src": "/icons/shortcut-cert.png", "sizes": "96x96" }]
    }
  ],

  "share_target": {
    "action": "/help/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },

  "related_applications": [],
  "edge_side_panel": {
    "preferred_width": 480
  }
}
