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": "SwitchSearch", "version": "1.4", "description": "Switch Search Engines Without Losing Your Query", "permissions": [ "background", "storage", "tabs", "contextMenus", "activeTab" ], "action": { "default_popup": "popup\/popup.html", "default_icon": "images\/icon48.png" }, "background": { "type": "module", "service_worker": "background.js" }, "options_page": "settings\/settings.html", "icons": { "48": "images\/icon48.png", "128": "images\/icon128.png" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } } }