My IP Hider VPN is number one tool for hiding your IP and unblocking any web site!
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": 3,
"name": "__MSG_app_name__",
"short_name": "__MSG_app_short_name__",
"version": "12.0.4",
"description": "__MSG_description__",
"icons": {
"16": "./data/img/icon16.png",
"48": "./data/img/icon48.png",
"128": "./data/img/icon128.png"
},
"action": {
"default_title": "__MSG_app_name__",
"default_popup": "./data/popup/popup.html",
"default_icon": {
"19": "./data/img/19/icons/off.png",
"38": "./data/img/38/icons/off.png"
}
},
"permissions": [
"proxy",
"storage",
"webRequest",
"webRequestAuthProvider",
"declarativeNetRequest",
"management",
"storage",
"scripting"
],
"host_permissions": [
"*://*/*"
],
"background": {
"service_worker": "./index.js",
"type": "module"
},
"default_locale": "en",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}