{
  "name": "Qadya.ai — zelflerend kennissysteem",
  "short_name": "Qadya",
  "description": "Continu zelflerende AI-assistent van B-Brave IT Services & Solutions. Jouw persoonlijke assistent voor alles — van vragen beantwoorden tot je dag plannen.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#020617",
  "theme_color": "#020617",
  "lang": "nl",
  "categories": ["productivity", "utilities", "education", "personalization"],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "handle_links": "preferred",
  "icons": [
    {
      "src": "/icons/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Luister — Qadya",
      "short_name": "Luister",
      "description": "Start spraakherkenning en stel een vraag",
      "url": "/?action=listen",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Vertaalmodus",
      "short_name": "Vertalen",
      "description": "Real-time spraakvertaling tussen talen",
      "url": "/?action=translate",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Routines",
      "short_name": "Routines",
      "description": "Start een ochtend-, avond- of werkroutine",
      "url": "/?action=routine",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Assistent Modus",
      "short_name": "Assistent",
      "description": "Hands-free assistent met continu luisteren",
      "url": "/?action=assistant",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/?action=share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "shared_title",
      "text": "shared_text",
      "url": "shared_url",
      "files": [
        {
          "name": "shared_files",
          "accept": ["image/*", "text/*", "application/pdf"]
        }
      ]
    }
  }
}
