HaxClip

HaxClip

It's time to record your best moves on Haxball!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "HaxClip",
  "version": "1.01",
  "description": "It's time to record your best moves on Haxball!",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "website/game.js"
  ],
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "*://*.haxball.com/*",
    "*://haxball.com/*"
  ]
}