{
  "name": "zuro healthcare",
  "short_name": "zuro",
  "description": "Unified healthcare platform for clinics, hospitals, and patients. Digital prescriptions, appointments, and medical records.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0d9488",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": [
    "health",
    "medical",
    "lifestyle"
  ],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "sizes": "390x844",
      "type": "image/png",
      "label": "Patient Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan Prescription",
      "short_name": "Scan",
      "description": "Quickly scan and save a prescription",
      "url": "/patient/scan",
      "icons": [
        {
          "src": "/icons/scan-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Book Appointment",
      "short_name": "Book",
      "description": "Book a doctor appointment",
      "url": "/patient/book",
      "icons": [
        {
          "src": "/icons/calendar-96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "My Records",
      "short_name": "Records",
      "description": "View all your medical records",
      "url": "/patient/records",
      "icons": [
        {
          "src": "/icons/file-96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}