{
  "name": "Noor Football Challenge Online v4.1",
  "short_name": "Noor FC",
  "description": "Private kids football prediction PWA with parent approval, today matches, full API schedule sync, flags, admin controls, notifications, and mini game.",
  "lang": "ar",
  "dir": "rtl",
  "id": "/noor-football-challenge/",
  "start_url": "./index.html#home",
  "scope": "./",
  "display": "standalone",
  "display_override": [
    "window-controls-overlay",
    "standalone",
    "minimal-ui",
    "browser"
  ],
  "background_color": "#eef6ff",
  "theme_color": "#2f6bff",
  "orientation": "portrait",
  "categories": [
    "games",
    "education",
    "sports"
  ],
  "icons": [
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "المباريات",
      "short_name": "Matches",
      "url": "./#matches",
      "icons": [
        {
          "src": "assets/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "اللعبة",
      "short_name": "Game",
      "url": "./#game",
      "icons": [
        {
          "src": "assets/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "الترتيب",
      "short_name": "Ranks",
      "url": "./#leaderboard",
      "icons": [
        {
          "src": "assets/icons/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "version": "4.1.0"
}