City Wars Game

City Wars Game

Gather people all over the city and crush your opponents with your overwhelming leadership!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "City Wars Game",
  "version": "1.0.4",
  "description": "__MSG_appDesc__",
  "short_name": "City Wars Game",
  "default_locale": "en",
  "icons": {
    "128": "128.png"
  },
  "app": {
    "urls": [
      "https://webgameapp.com/game/city-wars"
    ],
    "launch": {
      "web_url": "https://webgameapp.com/game/city-wars"
    }
  }
}