{
  "name": "Bytheshore — إدارة الشاليه",
  "short_name": "Bytheshore",
  "description": "لوحة تحكم إدارة الشاليه",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f5f0eb",
  "theme_color": "#f5f0eb",
  "lang": "ar",
  "dir": "rtl",
  "scope": "/",
  "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"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "الحجوزات الجديدة",
      "short_name": "حجوزات",
      "description": "الطلبات المعلقة",
      "url": "/admin?tab=requests",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "الرزنامة",
      "short_name": "رزنامة",
      "description": "عرض التقويم",
      "url": "/admin?tab=calendar",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}