{
  "name": "MedPilot Clinic",
  "short_name": "MedPilot",
  "description": "Smart Clinic Operating System — appointments, patient records, prescriptions, billing, and AI visit summaries.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait-primary",
  "theme_color": "#0B2A4A",
  "background_color": "#0B2A4A",
  "lang": "ar",
  "dir": "rtl",
  "categories": ["medical", "productivity", "business"],
  "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/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "Dashboard", "short_name": "Dashboard", "url": "/dashboard" },
    { "name": "Appointments", "short_name": "Appointments", "url": "/appointments" },
    { "name": "Patients", "short_name": "Patients", "url": "/patients" }
  ]
}
