{
  "name": "Heard — EPD voor de GGZ",
  "short_name": "Heard",
  "description": "Heard is een AI-native EPD voor de GGZ — medewerker- en cliëntportaal met berichten, agenda, beeldbellen en live AI-agents.",
  "id": "/?source=pwa",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0b1220",
  "theme_color": "#10b981",
  "lang": "nl",
  "dir": "ltr",
  "categories": ["health", "medical", "productivity"],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": { "client_mode": "navigate-existing" },
  "icons": [
    { "src": "/icons/icon.svg",     "sizes": "any",        "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icons/icon-192.png", "sizes": "192x192",   "type": "image/png",     "purpose": "any" },
    { "src": "/icons/icon-512.png", "sizes": "512x512",   "type": "image/png",     "purpose": "any" },
    { "src": "/icons/icon-192.png", "sizes": "192x192",   "type": "image/png",     "purpose": "maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512",   "type": "image/png",     "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Medewerker-portaal", "short_name": "Medewerker", "url": "/medewerker", "description": "Snel berichten en agenda",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Berichten",          "short_name": "Berichten",  "url": "/conversaties", "description": "Praktijk-inbox",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "Cliënt-portaal",     "short_name": "Portaal",    "url": "/portaal",    "description": "Toegang voor cliënten",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ],
  "share_target": {
    "action": "/portaal",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text":  "text",
      "url":   "url",
      "files": [{ "name": "files", "accept": ["image/*", "application/pdf", ".txt"] }]
    }
  }
}
