{
  "id": "/game/",
  "name": "عالم أليكس",
  "short_name": "أليكس",
  "description": "لعبة عالم أليكس لبناء وإدارة عالمك.",
  "lang": "ar",
  "dir": "rtl",
  "start_url": "/game/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "any",
  "background_color": "#07111f",
  "theme_color": "#0b1730",
  "icons": [
    {
      "src": "/img/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/pwa/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "الخريطة",
      "short_name": "الخريطة",
      "url": "/game/map.php",
      "icons": [
        {
          "src": "/img/pwa/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "السوق",
      "short_name": "السوق",
      "url": "/game/market/",
      "icons": [
        {
          "src": "/img/pwa/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
