{
  "name": "Fynqo. Grip op je geld zonder onrust.",
  "short_name": "Fynqo",
  "description": "Slim financieel platform voor particulieren, coaches, bewindvoerders, gemeenten en GGZ. Inzicht, schuldhulp en regelingen op een plek.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "background_color": "#F5F3EF",
  "theme_color": "#1F4E5F",
  "lang": "nl",
  "dir": "ltr",
  "categories": ["finance", "productivity", "medical"],
  "icons": [
    { "src": "/icon.svg",                                  "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon-192.png", "sizes": "192x192",          "type": "image/png", "purpose": "any" },
    { "src": "/icon-256.png", "sizes": "256x256",          "type": "image/png", "purpose": "any" },
    { "src": "/icon-384.png", "sizes": "384x384",          "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512",          "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Money",
      "short_name": "Money",
      "description": "Direct naar je geldoverzicht",
      "url": "/money?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Beslissingen",
      "short_name": "Beslis",
      "description": "Bekijk je financiele beslissingen",
      "url": "/dashboard?source=pwa-shortcut#decisions",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "AI Coach",
      "short_name": "Coach",
      "description": "Praat met je AI-coach",
      "url": "/ai-coach?source=pwa-shortcut",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard met je financiele beslissingen"
    },
    {
      "src": "/screenshots/money-mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Geldoverzicht met budgetpotjes"
    },
    {
      "src": "/screenshots/coach-desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Coach-portal met clientdossier"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": []
}
