{
  "name": "IQPharmacy Patient",
  "short_name": "IQPatient",
  "description": "Patient appointments, prescriptions, medicine history, and pharmacy notifications.",
  "start_url": "/patient",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#edf3f6",
  "theme_color": "#0e7c72",
  "categories": ["medical", "health", "productivity"],
  "icons": [
    {
      "src": "/iqpharmacy-favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/iqpharmacy-favicon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Book Appointment",
      "short_name": "Book",
      "url": "/patient",
      "icons": [{ "src": "/iqpharmacy-favicon.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
