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": "Myxa VPN Lite",
"version": "1.0.0",
"description": "VPN-\u0440\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 \u0434\u043b\u044f Chrome \u0441 \u0431\u044b\u0441\u0442\u0440\u044b\u043c \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435\u043c \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u0435\u043c \u0438 \u0432\u044b\u0431\u043e\u0440\u043e\u043c \u0442\u043e\u0447\u043a\u0438.",
"permissions": [
"proxy",
"storage"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Myxa VPN Lite",
"default_popup": "popup.html"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}