{
  "name": "Mediqo – KI Gesundheits-Companion",
  "short_name": "Mediqo",
  "description": "Ihr KI-gestützter Gesundheits-Companion mit Vitalwerten, KI-Arzt, Community und mehr.",
  "start_url": "/mediqo",
  "scope": "/mediqo",
  "id": "/mediqo",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay"],
  "orientation": "portrait",
  "background_color": "#020617",
  "theme_color": "#020617",
  "categories": ["health", "medical", "lifestyle"],
  "lang": "de-DE",
  "dir": "ltr",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "serviceworker": {
    "src": "/mediqo-sw.js",
    "scope": "/mediqo"
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "KI-Arzt",
      "short_name": "KI-Arzt",
      "description": "KI-Symptomanalyse starten",
      "url": "/mediqo/ki-arzt",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Vitalwerte",
      "short_name": "Vitals",
      "description": "Gesundheitswerte tracken",
      "url": "/mediqo/vitals",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "MedTech TV",
      "short_name": "MedTV",
      "description": "Health Tech Videos",
      "url": "/mediqo/medtech-tv",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
