{
  "name": "CliniCore - Veterinary Hospital Management",
  "short_name": "CliniCore",
  "description": "Complete veterinary practice management with AI revenue capture",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["medical", "health", "business"],
  "lang": "en-IN",
  "shortcuts": [
    {
      "name": "New Appointment",
      "short_name": "Appointment",
      "description": "Schedule a new appointment",
      "url": "/appointments/create",
      "icons": [{"src": "/icons/icon.svg", "sizes": "any"}]
    },
    {
      "name": "Today's Queue",
      "short_name": "Queue",
      "description": "View today's appointments",
      "url": "/dashboard",
      "icons": [{"src": "/icons/icon.svg", "sizes": "any"}]
    },
    {
      "name": "New Patient",
      "short_name": "Patient",
      "description": "Register a new patient",
      "url": "/patients/create",
      "icons": [{"src": "/icons/icon.svg", "sizes": "any"}]
    }
  ],
  "prefer_related_applications": false
}
