{
  "name": "Enjeez Driver",
  "short_name": "إنجيز للسائق",
  "description": "تطبيق السائق — مسح التذاكر وإدارة الرحلات والتنبيه عند الطوارئ",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fafaf7",
  "theme_color": "#6b8e6b",
  "lang": "ar",
  "dir": "rtl",
  "categories": ["travel", "business", "productivity"],
  "icons": [
    {
      "src": "/icon.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "ملفي الشخصي",
      "short_name": "ملفي",
      "url": "/profile"
    },
    {
      "name": "سجلّ الرحلات",
      "short_name": "السجلّ",
      "url": "/history"
    }
  ]
}
