Crown Battles - Brawl Game

Crown Battles - Brawl Game

<b>A brand new 3v3 battling hero shooter game with a twist of MOBA is here and it's free to play.</b> <b>Crown Battles enjoyable…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Crown Battles - Brawl Game",
  "version": "0.2",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-2.2.4.min.js",
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icon.png"
  },
  "icons": {
    "16": "icon16.png",
    "128": "icon128.png"
  }
}