IO Games

IO Games

Play all your favorite .io games with this great io games addon. Just find a game you want to play on the io games list, click and away you go. Play io games unblocked and locked.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "IO Games",
  "description": "Play all your favourite .io games with this great io games addon.",
  "version": "0.2resigned1",
  "homepage_url": "http://iogames.land",
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "browser_action": {
    "default_icon": "/images/logo48.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "/images/logo16.png",
    "48": "/images/logo48.png",
    "128": "/images/logo128.png",
    "256": "/images/logo256.png"
  },
  "permissions": [
    "https://*/*",
    "http://*/*",
    "storage"
  ],
  "background": {
    "scripts": [
      "/js/jquery-3.2.1.min.js",
      "/js/isotope.js",
      "/js/custom-masonry.js",
      "app.js"
    ]
  }
}