Xcraft helper

Xcraft helper

Дополняет функционал браузерной игры xcraft.ru.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Xcraft helper",
  "version": "1.0.2",
  "icons": {
    "16": "19x19.png",
    "48": "48x48.png",
    "128": "128x128.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "jquery-2.0.3.min.js",
        "jquery.contextmenu.min.js",
        "jquery.deserialize.js",
        "jquery.panzoom.min.js",
        "xcraft.js"
      ],
      "css": [
        "xcraft.css",
        "jquery.contextmenu.css"
      ],
      "matches": [
        "http://xcraft.ru/*"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "http://xcraft.ru/*",
    "unlimitedStorage",
    "storage"
  ],
  "web_accessible_resources": [
    "jquery-2.0.3.min.map",
    "images/button_blue.png",
    "images/book-open-list.png",
    "images/door.png",
    "images/crystal_icon_5.png",
    "images/disable.png",
    "images/reload.png",
    "images/spy.png",
    "images/attack.png",
    "images/config_save.png",
    "images/Earth.png",
    "images/attack-mini.png"
  ],
  "browser_action": {
    "default_icon": "19x19.png",
    "default_title": "Xcraft helper",
    "default_popup": "popup.html"
  },
  "options_page": "xcraft_options.html",
  "description": "Дополняет функционал браузерной игры xcraft.ru."
}