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": "__MSG_extName__",
"short_name": "AnonVPN",
"version": "2.4.2",
"description": "__MSG_extDesc__",
"author": "AnonVPN Team",
"homepage_url": "https:\/\/apiget.ru\/AnonVPN",
"icons": {
"64": "icons\/AnonVPN64.png",
"128": "icons\/AnonVPN128.png",
"256": "icons\/AnonVPN256.png",
"512": "icons\/AnonVPN512.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"64": "icons\/disabledop.png",
"128": "icons\/AnonVPN128.png",
"256": "icons\/AnonVPN256.png",
"512": "icons\/AnonVPN512.png"
}
},
"background": {
"service_worker": "service_worker.js"
},
"permissions": [
"proxy",
"storage",
"alarms",
"webRequest",
"webRequestAuthProvider",
"declarativeNetRequest",
"offscreen"
],
"optional_permissions": [],
"host_permissions": [
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "default-src 'self'; connect-src https:\/\/apiget.ru http:\/\/cp.cloudflare.com https:\/\/cp.cloudflare.com; script-src 'self'; style-src 'self'; media-src 'self' https:\/\/apiget.ru; object-src 'none';"
},
"offline_enabled": true,
"default_locale": "ru"
}