{
  "name": "Owlly - Your Health App",
  "short_name": "Owlly",
  "description": "Book doctors, lab tests, order medicines & track health",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#F0FAF8",
  "theme_color": "#00B8A9",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["health", "medical", "lifestyle"],
  "shortcuts": [
    { "name": "Book Doctor", "url": "/doctors", "description": "Find and book a doctor" },
    { "name": "Lab Tests", "url": "/lab-tests", "description": "Book lab tests at home" },
    { "name": "Emergency SOS", "url": "/dashboard", "description": "Emergency help" }
  ]
}
