{
  "name": "EduGames — منصة الألعاب التعليمية",
  "short_name": "EduGames",
  "description": "منصة ألعاب تعليمية تفاعلية للطلاب — متعة التعلم العميق",
  "start_url": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0e1621",
  "theme_color": "#0e1621",
  "lang": "ar",
  "dir": "rtl",
  "icons": [
    {
      "src": "./icons/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "categories": [
    "education",
    "games"
  ],
  "shortcuts": [
    {
      "name": "ابدأ لعبة",
      "short_name": "لعبة",
      "url": "./?start=game",
      "icons": [
        {
          "src": "./icons/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}