Free VPN for Chrome - VPN Proxy InsuredVPN

Free VPN for Chrome - VPN Proxy InsuredVPN

Fast, Free, Easy-To-Use, and Secure VPN with the ability to stream Movie or TV Series in other countries!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Free VPN for Chrome - VPN Proxy InsuredVPN",
  "description": "Fast, Free, Easy-To-Use, and Secure VPN with the ability to stream Movie or TV Series in other countries!",
  "version": "1.3.2",
  "icons": {
    "64": "icons/64off.png",
    "128": "icons/128off.png"
  },
  "permissions": [
    "proxy",
    "notifications",
    "<all_urls>",
    "webRequest",
    "notifications",
    "storage",
    "webRequestBlocking"
  ],
  "browser_action": {
    "default_icon": "icons/128off.png",
    "default_title": "InsuredVPN",
    "default_popup": "j.html"
  },
  "background": {
    "scripts": [
      "scripts/jquery.min.js",
      "background.js"
    ]
  },
  "minimum_chrome_version": "31.0.0"
}