My Browser Vpn
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "My Browser Vpn",
"description": "My Browser Vpn",
"version": "2.8.5",
"manifest_version": 2,
"browser_action": {
"default_title": "My Browser Vpn",
"default_popup": "index.html"
},
"icons": {
"16": "icons/on16.png",
"48": "icons/on48.png",
"128": "icons/on128.png",
"256": "icons/on256.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"permissions": [
"proxy",
"storage",
"webRequest",
"webRequestBlocking",
"<all_urls>",
"background",
"tabs"
],
"externally_connectable": {
"matches": [
"*://mybrowservpn.com/*"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAx0roE47xh/QsaEGaeI75gsUnShJofR7UL3RHGmh3VYK7WUPe16Ke13X06SNA8u03wWJLTF2Se8y+TV4Joqo2QgFUjvztySLB1SYPu/Zr6yrEDmtSRNUp33W98vW0sWMtXHdJGMyzYMlK2eVVULmavd3nkcTZouzmsLJWlu3SSXUrtqd4JV6OEuPxMNpeX4S6s2CJNMC2EHdqUK+mVkVsdGgO4CJi0oe+MdCy8fUcaz/bWWFp35wpW0/rxhSLsEzI846jRvICUrvMGibdhUMj+fZ9uB49bdzysG8iBobFKJHNaWq0O+WFsH/OATI/FkBI5HtMRU4PLEyy03YCQMxSdQIDAQAB",
"web_accessible_resources": [
"chrome-extension://*"
],
"content_security_policy": "script-src 'self' https://cdn.paddle.com https://fonts.googleapis.com https://cdnjs.cloudflare.com https://maxcdn.bootstrapcdn.com https://code.ionicframework.com https://afeld.github.io 'unsafe-eval'; object-src 'self'"
}