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": "ELR1C VPN",
"version": "1.6",
"description": "\u041f\u043e\u043b\u044c\u0437\u0443\u0439\u0442\u0435\u0441\u044c \u0438\u043d\u0442\u0435\u0440\u043d\u0435\u0442\u043e\u043c \u043f\u043e\u043b\u043d\u043e\u0441\u0442\u044c\u044e!",
"action": {
"default_popup": "index.html",
"default_title": "ELR1C VPN",
"default_icon": "icon.ico"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"permissions": [
"proxy",
"storage"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"icons": {
"16": "icon.ico"
}
}