Runet Censorship Bypass

Runet Censorship Bypass

Circumvent Russian Internet Censorship: https://git.io/ac-wiki

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "default_locale": "ru",
  "description": "__MSG_extDesc__",
  "version": "0.0.1.63",
  "icons": {
    "128": "icons/default-128.png"
  },
  "author": "[email protected]",
  "permissions": [
    "proxy",
    "alarms",
    "storage",
    "unlimitedStorage",
    "<all_urls>",
    "tabs",
    "contextMenus",
    "notifications",
    "webRequest",
    "webRequestBlocking",
    "webNavigation"
  ],
  "minimum_chrome_version": "55.0.0.0",
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "91.1.0"
    }
  },
  "background": {
    "scripts": [
      "00-init-apis.js",
      "11-error-handlers-api.js",
      "12-errors-lib.js",
      "13-http-lib.js",
      "15-firefox-proxy-settings.js",
      "20-ip-to-host-api.js",
      "35-pac-kitchen-api.js",
      "37-sync-pac-script-with-pac-provider-api.js",
      "80-error-menu.js",
      "83-last-errors.js",
      "85-block-informer.js",
      "70-menu-items.js",
      "75-context-menus.js"
    ]
  },
  "browser_action": {
    "default_title": "Этот сайт благословлён | Версия 1.63",
    "default_popup": "/pages/options/index.html"
  },
  "options_ui": {
    "page": "/pages/options/index.html",
    "chrome_style": false
  }
}