Examine source code of Netmap VPN - Free Proxy

Inspect and view changes in Netmap VPN - Free Proxy source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Netmap VPN - Free Proxy",
  "version": "1.0.6",
  "description": "Set proxy for Firefox 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"
  ]
}