{
  "name": "SimplHealth - Smart Health Platform",
  "short_name": "SimplHealth",
  "description": "Your smart health partner. Book lab tests, reserve hospital beds, access home doctors, and get AI-powered health insights.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#44c0c5",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["healthcare", "medical", "lifestyle"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Book Lab Test",
      "short_name": "Lab Test",
      "description": "Book diagnostic lab tests",
      "url": "/lab-tests",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Hospital Bed",
      "short_name": "Bed",
      "description": "Reserve hospital beds",
      "url": "/hosp",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    },
    {
      "name": "Doctor Visit",
      "short_name": "Doctor",
      "description": "Book home doctor visit",
      "url": "/care-team",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}

