{
  "name": "SeatAllocator Pro - نظام توزيع الطلبة",
  "short_name": "SeatAllocator",
  "description": "نظام توزيع الطلبة على القاعات والمقاعد مع دعم PWA وOffline Sync.",
  "lang": "ar",
  "dir": "rtl",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#0f766e",
  "background_color": "#f8fafc",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "الواجهة الرئيسية",
      "url": "./index.html#dashboard",
      "description": "فتح لوحة المتابعة"
    },
    {
      "name": "بوابة QR",
      "url": "./index.html?studentLocator=1",
      "description": "بوابة معرفة القاعة والمقعد"
    }
  ]
}