{
  "name": "VetConnect HMS",
  "short_name": "VetConnect",
  "description": "Veterinary Hospital Management System — Appointments, Prescriptions, Pharmacy, Billing & AI tools",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0d9488",
  "theme_color": "#14b8a6",
  "orientation": "any",
  "lang": "en",
  "categories": ["medical", "business", "productivity"],
  "icons": [
    { "src": "/icons/icon-192.png",     "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512.png",     "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icons/maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Dashboard",       "url": "/Dashboard",        "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}] },
    { "name": "New Appointment", "url": "/Appointments",     "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}] },
    { "name": "Billing Counter", "url": "/BillingCounter",    "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}] },
    { "name": "Patients",        "url": "/Patients",         "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}] }
  ],
  "screenshots": [
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "form_factor": "wide" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "form_factor": "narrow" }
  ],
  "edge_side_panel": { "preferred_width": 400 }
}
