Best VPN for Edge. Unblock websites, change IP, secure internet.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "__MSG_appName__",
"short_name": "Troywell VPN",
"version": "1.9.2",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"default_locale": "en",
"icons": {
"16": "icons/icon-128.png",
"32": "icons/icon-128.png",
"48": "icons/icon-128.png",
"128": "icons/icon-128.png"
},
"browser_action": {
"default_icon": "icons/icon-128.png",
"default_popup": "popup.html",
"default_title": "__MSG_appName__"
},
"permissions": [
"tabs",
"webRequest",
"webRequestBlocking",
"management",
"webNavigation",
"storage",
"unlimitedStorage",
"<all_urls>",
"proxy",
"notifications",
"privacy",
"cookies"
],
"content_security_policy": "script-src 'self'; object-src 'self'",
"content_scripts": [
{
"all_frames": false,
"js": [
"vendors/bundle.js",
"content/bundle.js",
"caa/bundle.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"*.css",
"*.png"
],
"background": {
"scripts": [
"vendors/bundle.js",
"bg/bundle.js"
],
"persistent": true
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}