Netmap VPN - Free Proxy

Netmap VPN - Free Proxy

Set Proxy for Google Chrome Platform

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Netmap VPN - Free Proxy",
  "version": "1.0.0",
  "description": "Set Proxy for Google Chrome Platform",
  "author": "Netmap",
  "icons": {
    "128": "icons/disconnected.png"
  },
  "browser_action": {
    "default_title": "Use this to open the popup",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "proxy",
    "<all_urls>",
    "webRequest",
    "webRequestBlocking"
  ]
}