Examine source code of herowars console

Inspect and view changes in herowars console source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "hwc",
  "version": "0.8.5resigned1",
  "description": "add admin console to game hw",
  "icons": {
    "48": "icons/hw.png"
  },
  "applications": {
    "gecko": {
      "id": "vld@ilamer.ru",
      "strict_min_version": "52.0"
    }
  },
  "permissions": [
    "*://i-heroes-vk.nextersglobal.com/*",
    "*://vk.com/*",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "hw.js"
    ]
  }
}