Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "SetupVPN - Lifetime Free VPN",
"version": "4.0.9",
"short_name": "SetupVPN",
"description": "Unblock any blocked website in your country, school or company. It's free and easy to use.",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": "officon128.png"
},
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"proxy",
"storage",
"webRequest",
"webRequestAuthProvider",
"notifications",
"tabs",
"management",
"alarms",
"declarativeNetRequest"
],
"host_permissions": [
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"externally_connectable": {
"matches": [
"<all_urls>"
]
},
"web_accessible_resources": [
{
"resources": [
"libs\/*"
],
"matches": [
"<all_urls>"
]
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
}
}