Animevost

Animevost

Позволяет пользоваться проектом АнимеВост.орг

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "0.4.2",
  "manifest_version": 2,
  "default_locale": "ru",
  "description": "__MSG_appDesc__",
  "name": "__MSG_appName__",
  "icons": {
    "16": "images/16.png",
    "32": "images/32.png",
    "48": "images/48.png",
    "128": "images/128.png"
  },
  "permissions": [
    "proxy",
    "tabs",
    "unlimitedStorage",
    "storage",
    "https://animevost.org/*",
    "http://animevost.org/*",
    "https://animevost1.org/*",
    "https://animerost.org/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "open-option": {
      "suggested_key": {
        "default": "Alt+O"
      },
      "description": "Открыть настройки"
    }
  },
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "images/off.png",
    "default_title": "__MSG_title__",
    "default_popup": "popup.html"
  },
  "update_url": "http://clients2.google.com/service/update2/crx",
  "minimum_chrome_version": "22.0.0"
}