{
  "name": "Fluvia Vitae",
  "short_name": "Fluvia",
  "description": "Een psychologisch systeem gebaseerd op de 5 elementen. Ontdek jouw archetype van vandaag.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait",
  "background_color": "#f0f4f5",
  "theme_color": "#2a6b7c",
  "scope": "/",
  "lang": "nl",
  "categories": ["lifestyle", "health", "education"],
  "icons": [
    {
      "src": "public/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "public/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "public/screenshots/screen-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dompel scherm"
    },
    {
      "src": "public/screenshots/screen-2.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Archetype resultaat"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
