{
  "name": "City Empire",
  "short_name": "CityEmpire",
  "description": "Real-world strategy game on MultiversX blockchain. Own European cities, attack rivals, earn crypto.",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#00E5FF",
  "background_color": "#060a12",
  "orientation": "portrait",
  "scope": "/",
  "categories": ["games", "strategy", "blockchain"],
  "icons": [
    {
      "src": "/icons/android-icon-36x36.png",
      "sizes": "36x36",
      "type": "image/png",
      "density": "0.75"
    },
    {
      "src": "/icons/android-icon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "density": "1.0"
    },
    {
      "src": "/icons/android-icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "density": "1.5"
    },
    {
      "src": "/icons/android-icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "density": "2.0"
    },
    {
      "src": "/icons/android-icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "density": "3.0"
    },
    {
      "src": "/icons/android-icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "density": "4.0"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/gameplay-1.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "platform": "wide",
      "label": "Game Map View"
    },
    {
      "src": "/screenshots/gameplay-2.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "platform": "wide",
      "label": "City Management"
    }
  ],
  "shortcuts": [
    {
      "name": "Enter Game",
      "short_name": "Play",
      "description": "Start playing City Empire",
      "url": "/game",
      "icons": [
        {
          "src": "/icons/play-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Leaderboard",
      "short_name": "Rankings",
      "description": "Check global rankings",
      "url": "/leaderboard"
    },
    {
      "name": "Marketplace",
      "short_name": "Market",
      "description": "Buy and sell cities",
      "url": "/marketplace"
    }
  ],
  "prefer_related_applications": false,
  "related_applications": []
}