{
  "name": "SAND Dental Clinic Management System",
  "short_name": "SAND Dental",
  "description": "Dental clinic management — patients, appointments, treatments and billing",
  "start_url": "/",
  "id": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "any",
  "scope": "/",
  "lang": "en-IN",
  "dir": "ltr",
  "categories": ["health", "medical", "productivity", "business"],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard on mobile"
    },
    {
      "src": "/screenshot-desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard on desktop"
    }
  ],
  "icons": [
    {
      "src": "/icon",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable",
      "sizes": "any",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Appointment",
      "short_name": "Book",
      "description": "Schedule a new appointment",
      "url": "/appointments/new",
      "icons": [{ "src": "/icon", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Add Patient",
      "short_name": "Patient",
      "description": "Add a new patient",
      "url": "/patients/new",
      "icons": [{ "src": "/icon", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Today's Schedule",
      "short_name": "Today",
      "description": "View today's appointments",
      "url": "/appointments",
      "icons": [{ "src": "/icon", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}