{
  "short_name": "Vivo Health",
  "name": "Vivo Healthcare - AI-Powered Medical Platform",
  "description": "Comprehensive healthcare platform for consultations, patient management, and AI-assisted medical analysis",
  "icons": [
    {
      "src": "helna-orange.png",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "helna-orange.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable any"
    },
    {
      "src": "helna-orange.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable any"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1a1a2e",
  "background_color": "#f8f9fa",
  "categories": ["health", "medical", "productivity"],
  "scope": "/",
  "lang": "da-DK",
  "dir": "ltr",
  "display_override": ["standalone", "minimal-ui"],
  "prefer_related_applications": false,
  "screenshots": [
    {
      "src": "/images/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/images/screenshot-mobile.png", 
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "New Consultation",
      "short_name": "Consult",
      "description": "Start a new patient consultation",
      "url": "/consultation",
      "icons": [{ "src": "/icons/consult-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Patient Records",
      "short_name": "Patients",
      "description": "View patient records",
      "url": "/patients",
      "icons": [{ "src": "/icons/patients-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Appointments",
      "short_name": "Schedule",
      "description": "View appointment schedule",
      "url": "/appointments",
      "icons": [{ "src": "/icons/appointments-96.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "features": [
    "push-notifications",
    "ai-consultations",
    "speech-recognition"
  ]
}
