{
    "name": "ClinicPen",
    "short_name": "ClinicPen",
    "description": "نظام إدارة العيادات الذكي",
    "start_url": "/index.html",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0f0e2a",
    "theme_color": "#3730a3",
    "lang": "ar",
    "dir": "rtl",
    "icons": [
      {
        "src": "./icons/web-app-manifest-192x192.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any maskable"
      },
      {
        "src": "./icons/web-app-manifest-512x512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "any maskable"
      }
    ]
  }