Gamez.io

Gamez.io

All the best .io games at your fingertips. Like .io games? Find all of your favorites here and more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Gamez.io",
  "version": "0.1.2",
  "manifest_version": 2,
  "description": "All the best .io games at your fingertips. Like .io games? Find all of your favorites here and more!",
  "homepage_url": "http://gamez-io.blogspot.com/",
  "options_ui": {
    "page": "config.html#options",
    "open_in_tab": false
  },
  "icons": {
    "16": "img/promo/icon-16.png",
    "48": "img/promo/icon-48.png",
    "128": "img/promo/icon-128.png"
  },
  "browser_action": {
    "default_icon": "img/promo/icon-128.png",
    "default_title": "Gamez.io",
    "default_popup": "index.html",
    "matches": [
      "*://*",
      "*:*"
    ]
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "web_accessible_resources": [
    "*",
    "/*",
    "img/*.png",
    "js/*.js",
    "css/*.css"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "windows": "Alt+X",
        "mac": "Alt+X",
        "chromeos": "Alt+X",
        "linux": "Alt+X"
      },
      "description": "Open Gamez.io Games Hub"
    }
  }
}