{
  "name": "مؤسسة ذوق الخيال - نظام الكشوفات والتقارير",
  "short_name": "ذوق الخيال",
  "description": "نظام إلكتروني لإدارة كشوفات الركاب وسجلات الفحص اليومي للمركبات",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#e67e22",
  "orientation": "portrait",
  "dir": "rtl",
  "lang": "ar",
  "icons": [
    {
      "src": "assets/images/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/images/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/images/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/images/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/images/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/images/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/images/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/images/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "business",
    "productivity"
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "كشف الركاب",
      "short_name": "كشف الركاب",
      "description": "فتح صفحة كشف الركاب",
      "url": "./manifest.html",
      "icons": []
    },
    {
      "name": "سجل الفحص",
      "short_name": "سجل الفحص",
      "description": "فتح صفحة سجل الفحص اليومي",
      "url": "./inspection-new.html",
      "icons": []
    }
  ]
}