{
  "name": "UNIQAR — منصة الإدارة",
  "short_name": "UNIQAR",
  "description": "منصة يونيقار لإدارة المشاريع والصيانة والمخزون",
  "start_url": "/admin/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#181258",
  "theme_color": "#181258",
  "lang": "ar",
  "dir": "rtl",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "المشاريع",
      "short_name": "المشاريع",
      "description": "قائمة المشاريع",
      "url": "/admin/projects",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "الصيانة",
      "short_name": "الصيانة",
      "description": "طلبات الصيانة",
      "url": "/admin/maintenance",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "لوحة التحكم",
      "short_name": "Dashboard",
      "description": "لوحة التحكم الرئيسية",
      "url": "/admin/dashboard",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
