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": "Atlanta VPN",
"version": "2.10.33",
"description": "\u041c\u043e\u043b\u043d\u0438\u0435\u043d\u043e\u0441\u043d\u043e\u0435 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435 \u043a \u0437\u0430\u0431\u043b\u043e\u043a\u0438\u0440\u043e\u0432\u0430\u043d\u043d\u044b\u043c \u0440\u0435\u0441\u0443\u0440\u0441\u0430\u043c \u0441\u043e \u0441\u0442\u0430\u0431\u0438\u043b\u044c\u043d\u044b\u043c \u0441\u043e\u0435\u0434\u0438\u043d\u0435\u043d\u0438\u0435\u043c",
"permissions": [
"storage",
"alarms",
"proxy",
"webRequest",
"webRequestAuthProvider"
],
"host_permissions": [
"<all_urls>"
],
"content_security_policy": {
"extension_pages": "default-src 'self'; connect-src 'self' https:\/\/kruchenue-sam.xyz https:\/\/webhook.kitty-vpn.net https:\/\/s3.ru1.storage.beget.cloud; img-src 'self' data: blob: chrome-extension: https:\/\/flagcdn.com https:\/\/s3.ru1.storage.beget.cloud; style-src 'self' 'unsafe-inline'; script-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"dist\/icons\/logo.png",
"dist\/icons\/qr-code.png"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_popup": "dist\/src\/popup.html",
"default_title": "Atlanta VPN",
"default_icon": {
"16": "dist\/icons\/icon16.png",
"48": "dist\/icons\/icon48.png",
"128": "dist\/icons\/icon128.png"
}
},
"background": {
"service_worker": "dist\/background.js",
"type": "module"
},
"icons": {
"16": "dist\/icons\/icon16.png",
"48": "dist\/icons\/icon48.png",
"128": "dist\/icons\/icon128.png"
}
}