Troywell VPN Lite - unlimited VPN proxy

Troywell VPN Lite - unlimited VPN proxy

Keep yourself safe, get access to blocked sites with the free Troywell VPN Lite extension. Download it now!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appName__",
  "version": "1.10.7",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "default_locale": "ru",
  "icons": {
    "16": "icons/icon-128.png",
    "32": "icons/icon-128.png",
    "48": "icons/icon-128.png",
    "128": "icons/icon-128.png"
  },
  "browser_action": {
    "default_icon": "icons/icon-128.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_appName__"
  },
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "management",
    "webNavigation",
    "storage",
    "unlimitedStorage",
    "<all_urls>",
    "proxy",
    "notifications",
    "privacy",
    "cookies"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "vendors/bundle.js",
        "content/bundle.js",
        "caa/bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "*.css",
    "*.png"
  ],
  "background": {
    "scripts": [
      "vendors/bundle.js",
      "bg/bundle.js"
    ],
    "persistent": true
  }
}