{
  "name": "QFlow — Find Clinics Near You",
  "short_name": "QFlow",
  "description": "Find dental and medical clinics in Chandigarh & Mohali. Book appointments, skip the waiting room.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/pwa-icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "/pwa-icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["health", "medical", "lifestyle"],
  "shortcuts": [
    {
      "name": "Find Clinic",
      "url": "/",
      "description": "Find clinics near you"
    },
    {
      "name": "My Bookings",
      "url": "/patient/dashboard",
      "description": "View your appointments"
    }
  ]
}
