{
  "name": "إدارة الشكاوى - نادي الحرس الجمهوري",
  "short_name": "شكاوى النادي",
  "description": "نظام إدارة الشكاوى لنادي الحرس الجمهوري - متابعة وحل شكاوى الأعضاء",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#3a2769",
  "theme_color": "#d4af37",
  "dir": "rtl",
  "lang": "ar",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "الشكاوى الجديدة",
      "short_name": "الشكاوى",
      "description": "عرض الشكاوى المعلقة",
      "url": "./?tab=complaints",
      "icons": [
        {
          "src": "images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "لوحة التحكم",
      "short_name": "الإحصائيات",
      "description": "عرض الإحصائيات والنظرة العامة",
      "url": "./?tab=dashboard",
      "icons": [
        {
          "src": "images/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}