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": "SOCKS5 Proxy Manager",
"version": "1.3",
"permissions": [
"proxy",
"storage"
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "64.png",
"32": "64.png",
"48": "64.png",
"128": "64.png"
},
"action": [],
"options_page": "options.html"
}