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": "ShadowProxy", "version": "1.0.0", "description": "A browser extension to manage proxy settings and integrate with Burp Suite.", "permissions": [ "storage", "proxy" ], "host_permissions": [ "<all_urls>" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon_off_16.png", "48": "icons\/icon_off_48.png", "128": "icons\/icon_off_128.png" } }, "background": { "service_worker": "background.js" }, "options_page": "shadowproxy_settings.html", "icons": { "16": "icons\/icon_off_16.png", "48": "icons\/icon_off_48.png", "128": "icons\/icon_off_128.png" }, "web_accessible_resources": [ { "resources": [ "welcome.html", "welcome.css", "shadowproxy_settings.html", "shadowproxy_settings.css", "shadowproxy_settings.js", "popup.css", "popup.js", "icons\/logo.png", "icons\/icon_on_16.png", "icons\/icon_on_48.png", "icons\/icon_on_128.png", "icons\/icon_off_16.png", "icons\/icon_off_48.png", "icons\/icon_off_128.png" ], "matches": [ "<all_urls>" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' 'unsafe-inline';" } }