{
  "id": "/?source=pwa",
  "name": "De Bubbel — Holistische Kennisassistent",
  "short_name": "De Bubbel",
  "description": "Jouw persoonlijke kennisassistent voor holistische therapie. Dagelijkse afstemming, Wu Xing elementen, tarot, recepten en meer.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_overrides": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#fdf9f6",
  "theme_color": "#c49482",
  "lang": "nl-NL",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-today.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Jouw dag op maat — afstemming, recepten en kosmisch profiel"
    },
    {
      "src": "/screenshots/mobile-tarot.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dagelijkse Wu Xing tarotkaart met persoonlijke reading"
    },
    {
      "src": "/screenshots/mobile-journal.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Je persoonlijke dagboek met holistische inzichten"
    }
  ],
  "shortcuts": [
    {
      "name": "Dagelijkse afstemming",
      "short_name": "Afstemmen",
      "description": "Begin je dag met een kort moment van reflectie",
      "url": "/afstemmen?source=shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Dagboek",
      "short_name": "Dagboek",
      "description": "Schrijf in je dagboek of stel een vraag",
      "url": "/journal?source=shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tarot van vandaag",
      "short_name": "Tarot",
      "description": "Trek je dagelijkse Wu Xing tarotkaart",
      "url": "/tarot?source=shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Recepten",
      "short_name": "Recepten",
      "description": "Recepten afgestemd op jouw element",
      "url": "/recepten?source=shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Meditaties",
      "short_name": "Meditatie",
      "description": "Begeleide meditaties per element",
      "url": "/meditaties?source=shortcut",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "categories": ["health", "lifestyle", "wellness", "personalization"],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "focus-existing"
  }
}
