Fast, Free, Easy-To-Use, and Secure VPN with the ability to stream Movie or TV Series in other countries!
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": "Free VPN for Edge - 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",
"tabs",
"unlimitedStorage",
"storage",
"<all_urls>",
"webRequest",
"webRequestBlocking"
],
"browser_action": {
"default_icon": "icons/128off.png",
"default_title": "InsuredVPN",
"default_popup": "edge.html"
},
"background": {
"scripts": [
"scripts/jquery.min.js",
"background.js"
]
},
"minimum_chrome_version": "31.0.0",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}