{
  "name": "AUDINEXA — Clinic OS",
  "short_name": "AUDINEXA",
  "description": "The Operating System for Modern Audiology Clinics — appointments, audiometry, billing, inventory, all in one.",
  "lang": "en-IN",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f172a",
  "theme_color": "#4338ca",
  "categories": ["medical", "productivity", "business"],
  "icons": [
    { "src": "/icon.svg",            "sizes": "any",     "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon-192.png",        "sizes": "192x192", "type": "image/png",     "purpose": "any" },
    { "src": "/icon-512.png",        "sizes": "512x512", "type": "image/png",     "purpose": "any" },
    { "src": "/icon-maskable.png",   "sizes": "512x512", "type": "image/png",     "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Appointments", "url": "/appointments", "description": "Today's calendar" },
    { "name": "New Patient",  "url": "/frontdesk/new-patient", "description": "Register a new patient" },
    { "name": "New Invoice",  "url": "/billing/new", "description": "Create an invoice" }
  ]
}
