{
  "id": "/",
  "name": "3yadtk - عيادتك",
  "short_name": "3yadtk",
  "description": "Clinic management for the MENA region — نظام إدارة العيادات للمنطقة العربية",
  "lang": "en",
  "dir": "auto",
  "theme_color": "#0F172A",
  "background_color": "#0F172A",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "any",
  "start_url": "/?source=pwa",
  "scope": "/",
  "categories": ["medical", "health", "business"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/api/icon?size=192",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/icon?size=512",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/api/icon?size=512&maskable=1",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/api/icon?size=180",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "New appointment / موعد جديد",
      "short_name": "Appointment",
      "description": "Add a new appointment",
      "url": "/appointments?source=shortcut",
      "icons": [{ "src": "/api/icon?size=96&variant=appointment", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "New patient / مريض جديد",
      "short_name": "Patient",
      "description": "Register a new patient",
      "url": "/patients?source=shortcut",
      "icons": [{ "src": "/api/icon?size=96&variant=patient", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  }
}
