{
  "name": "لوحة تحكم Legend Aim",
  "short_name": "لوحة LegendAim",
  "description": "لوحة التحكم الإدارية لنظام Legend Aim",
  "start_url": "/admin",
  "scope": "/",
  "id": "/admin",
  "display": "standalone",
  "background_color": "#0c0812",
  "theme_color": "#0c0812",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/your-logo.png",
      "sizes": "192x192 400x400 512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/your-logo.png",
      "sizes": "192x192 400x400 512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "إدارة العملاء",
      "short_name": "العملاء",
      "url": "/admin/clients",
      "icons": [
        {
          "src": "/your-logo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "الاسكربتات",
      "short_name": "الاسكربتات",
      "url": "/admin/scripts",
      "icons": [
        {
          "src": "/your-logo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "الإشعارات",
      "short_name": "الإشعارات",
      "url": "/admin/notifications",
      "icons": [
        {
          "src": "/your-logo.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "categories": [
    "productivity",
    "utilities"
  ]
}