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": "reRoute: Redirect HTTP requests", "version": "1.2.2", "description": "Configure and manage dynamic redirect rules for HTTP requests.", "action": { "default_popup": "index.html", "default_title": "reRoute", "default_icon": { "128": "reroute-icon-128.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "contentScript.js" ] } ], "permissions": [ "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "<all_urls>", "storage" ], "host_permissions": [ "<all_urls>" ], "icons": { "16": "reroute-icon-16.png", "32": "reroute-icon-32.png", "48": "reroute-icon-48.png", "128": "reroute-icon-128.png" } }