{
  "name": "DoctorLeads Clinic",
  "short_name": "DoctorLeads",
  "description": "Book appointments, view prescriptions and lab reports — your doctor's patient portal.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#020408",
  "theme_color": "#00E87A",
  "lang": "en",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Book Appointment",
      "short_name": "Book",
      "url": "/book.php",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Patient Portal",
      "short_name": "Portal",
      "url": "/patient-portal.php",
      "icons": [{"src": "/icon-192.png", "sizes": "192x192"}]
    }
  ],
  "categories": ["health", "medical"],
  "screenshots": []
}
