{
  "name": "Doctor Visit Planner",
  "short_name": "Visit Planner",
  "description": "Plan daily doctor and chemist visits, tick them off as you go, and see exactly how many are still left this month.",
  "start_url": "./index.html",
  "scope": "./",
  "id": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "theme_color": "#5b5bf0",
  "background_color": "#5b5bf0",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["productivity", "medical", "business"],
  "icons": [
    { "src": "favicon.png",            "sizes": "32x32",   "type": "image/png" },
    { "src": "icon192.png",            "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon512.png",            "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon512-maskable.png",   "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "apple-touch-icon.png",   "sizes": "180x180", "type": "image/png" }
  ]
}
