Gats.io Community Patch Basic

Gats.io Community Patch Basic

Fixes a bunch of client-side bugs in gats.io. Increases FPS. Better controls. Support for lefties. Lots of other small fixes!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Gats.io Community Patch Basic",
  "description": "Fixes a bunch of client-side bugs in gats.io. Increases FPS. Better controls. Support for lefties. Lots of other small fixes!",
  "version": "1.4.2",
  "content_scripts": [
    {
      "matches": [
        "http://gats.io/"
      ],
      "js": [
        "min.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "http://gats.io/"
  ],
  "icons": {
    "48": "mediumsize.png",
    "128": "fullsize.png"
  }
}