NetflixProxy

NetflixProxy

Free and unlimited VPN Proxy,Residential VPN to unlock Netflix and other streaming sites

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_name__",
  "version": "1.0.0",
  "default_locale": "en",
  "description": "__MSG_description__",
  "browser_action": {
    "default_icon": "images/logo-128.png",
    "default_title": "__MSG_title__",
    "default_popup": "html/popup.html"
  },
  "icons": {
    "16": "images/logo-16.png",
    "48": "images/logo-48.png",
    "128": "images/logo-128.png"
  },
  "background": {
    "scripts": [
      "js/jquery-1.11.3.min.js",
      "js/background.js"
    ]
  },
  "permissions": [
    "proxy",
    "management",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ]
}