{
  "id": "city-path-lab",
  "name": "City Path Lab",
  "short_name": "CityPathLab",
  "description": "City Path Lab is the leading pathological laboratory in Itahar, Uttar Dinajpur, West Bengal. We offer comprehensive diagnostic services including blood tests, urine analysis, thyroid profiles, histopathology, biochemistry, and microbiology with 100% accurate results. Book your appointment online today",
  "start_url": "https://www.citypathlab.com/online/index",
  "scope": "https://www.citypathlab.com/online/",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay", "minimal-ui"],
  "background_color": "#0f172a",
  "theme_color": "#1a3a6c",
  "orientation": "portrait",
  "lang": "en",
  "dir": "auto",
  "prefer_related_applications": false,
  "related_applications": [],
  "categories": ["health", "medical"],
  "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"
    }
  ],
  "screenshots": [
    {
      "src": "./screenshot_desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "./screenshot_mobile.png",
      "sizes": "720x1280",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Book a Test",
      "short_name": "Book Test",
      "description": "Schedule a pathology test online",
      "url": "./dashboard/booking.php",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Online Reports",
      "short_name": "Reports",
      "description": "View and download your online lab reports",
      "url": "./dashboard/reports.php",
      "icons": [{ "src": "./icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}