evo1001001 Agar.io

evo1001001 Agar.io

Simply adds a button to Agar.io to connect to the official evo1001001 server.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "js": [
        "jquery-2.1.4.min.js",
        "joinButton.js"
      ],
      "matches": [
        "http://agar.io/"
      ]
    }
  ],
  "description": "Simply adds a button to Agar.io to connect to the official evo1001001 server.",
  "icons": {
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "name": "evo1001001 Agar.io",
  "page_action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    },
    "default_title": "evo1001001 AGAR"
  },
  "permissions": [
    "http://agar.io/"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0"
}