{
  "name": "Doc24 - Book Doctor Appointments",
  "short_name": "Doc24",
  "description": "Book doctor appointments in 3 taps. Simple, fast, and secure medical scheduling.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#0f9b6e",
  "categories": ["health", "medical", "lifestyle"],
  "lang": "en",
  "scope": "/",
  "icons": [
    {
      "src": "/logo.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book Appointment",
      "short_name": "Book",
      "description": "Search doctors and book a new appointment",
      "url": "/patient/search",
      "icons": [{ "src": "/logo.png", "sizes": "any", "type": "image/png" }]
    },
    {
      "name": "My Appointments",
      "short_name": "Appointments",
      "description": "View all your upcoming and past appointments",
      "url": "/patient/appointments",
      "icons": [{ "src": "/logo.png", "sizes": "any", "type": "image/png" }]
    },
    {
      "name": "My Prescriptions",
      "short_name": "Prescriptions",
      "description": "View and download your prescriptions",
      "url": "/patient/prescription",
      "icons": [{ "src": "/logo.png", "sizes": "any", "type": "image/png" }]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "View and edit your patient profile",
      "url": "/patient/profile",
      "icons": [{ "src": "/logo.png", "sizes": "any", "type": "image/png" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-home.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Doc24 Home Screen"
    },
    {
      "src": "/screenshots/mobile-search.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Search Doctors"
    }
  ],
  "prefer_related_applications": false
}
