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": "922 Proxy Manager",
"version": "1.0.0",
"description": "A browser extension to manage proxy settings",
"permissions": [
"proxy",
"storage"
],
"icons": {
"16": "\/img\/logo16.png",
"32": "\/img\/logo32.png",
"48": "\/img\/logo48.png",
"128": "\/img\/logo128.png"
},
"action": {
"default_popup": "popup.html",
"default_title": "922 Proxy Manager",
"default_icon": {
"16": "\/img\/logo16.png",
"32": "\/img\/logo32.png",
"48": "\/img\/logo48.png",
"128": "\/img\/logo128.png"
}
},
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"host_permissions": [
"<all_urls>"
]
}