Local VPN

Local VPN

Бесплатный VPN сервис для доступа к заблокированным сайтам

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "/js/jquery.min.js",
      "/js/storage.js",
      "/js/app.js",
      "/js/popup.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/32.png",
    "default_popup": "/popup.html",
    "default_title": "__MSG_title__"
  },
  "default_locale": "en",
  "description": "Бесплатный VPN сервис для доступа к заблокированным сайтам",
  "icons": {
    "32": "img/32.png",
    "64": "img/64.png",
    "128": "img/128.png"
  },
  "manifest_version": 2,
  "name": "Local VPN",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://webbyservice.ru/api/vpn-credentials",
    "*://*/*",
    "proxy",
    "storage"
  ],
  "version": "1.03",
  "web_accessible_resources": [
    "img/*",
    "/shopping-informer/img/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "shopping-informer/css/content-page.css"
      ],
      "js": [
        "shopping-informer/js/content-page.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "*://www.google.com/*",
        "*://yandex.ru/*",
        "*://www.yandex.ru/*",
        "*://www.bing.com/*",
        "*://search.yahoo.com/*"
      ],
      "css": [
        "shopping-informer/css/content-search.css",
        "shopping-informer/css/content-search-ads.css"
      ],
      "js": [
        "shopping-informer/js/content-search.js",
        "shopping-informer/js/content-search-ads.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "incognito": "split",
  "options_page": "shopping-informer/options.html"
}