Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Simple Proxy", "description": "A simple extension to change proxy settings in MV3", "version": "1.3.0", "action": { "default_popup": "popup.html", "default_icon": { "16": "images\/favicon-16x16.png", "48": "images\/favicon-48x48.png", "128": "images\/favicon-128x128.png" } }, "side_panel": { "default_path": "sidepanel.html" }, "options_page": "option.html", "background": { "service_worker": "background.js" }, "permissions": [ "proxy", "sidePanel" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "16": "images\/favicon-16x16.png", "48": "images\/favicon-48x48.png", "128": "images\/favicon-128x128.png" } }