Free Vpn For Chrome | Moon VPN - Unregistered USA, China, Europa VPN Free Proxy
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"service_worker": "background.js"
},
"default_locale": "en_US",
"action": {
"default_icon": {
"16": "data/icons/16.png",
"32": "data/icons/32.png"
},
"default_popup": "data/panel/index.html",
"default_title": "Free Vpn"
},
"description": "__MSG_appDesc__",
"icons": {
"16": "data/icons/16.png",
"48": "data/icons/48.png",
"128": "data/icons/128.png"
},
"web_accessible_resources": [
{
"resources": [
"data/icons/32.png"
],
"matches": [
"<all_urls>"
]
}
],
"host_permissions": [
"https://newapptome.com/*",
"http://api.ipify.org/*",
"*://*/*"
],
"manifest_version": 3,
"name": "__MSG_appName__",
"permissions": [
"proxy",
"unlimitedStorage",
"storage",
"webRequest",
"webRequestAuthProvider"
],
"short_name": "FreeVpn",
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "0.0.7"
}