Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"short_name": "Free VPN - 1VPN",
"author": "Free VPN - 1VPN",
"homepage_url": "https:\/\/1vpn.org",
"version": "4.0.3",
"default_locale": "en",
"action": {
"default_popup": "popup.html"
},
"icons": {
"128": "icon128.png"
},
"permissions": [
"activeTab",
"proxy",
"storage",
"webRequest",
"privacy",
"alarms",
"management",
"scripting",
"webNavigation",
"webRequestAuthProvider"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.bundle.js",
"type": "module"
}
}