Cable VPN - Fast VPN Proxy For Chrome

Cable VPN - Fast VPN Proxy For Chrome

Free & Unlimited VPN Proxy - without any restrictions

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cable VPN - Fast VPN Proxy For Chrome",
  "description": "Free & Unlimited VPN Proxy - without any restrictions",
  "version": "2.0.1",
  "manifest_version": 2,
  "icons": {
    "48": "icons/icon.png",
    "128": "icons/icon.png"
  },
  "permissions": [
    "proxy",
    "storage",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking"
  ],
  "content_security_policy": "script-src 'self' https://www.googletagmanager.com 'unsafe-eval'; object-src 'self'",
  "browser_action": {
    "default_title": "Cable VPN",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  }
}