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", "name": "Amazon Search Pro (ALL COUNTRIES!)", "version": "4.5", "manifest_version": 3, "description": "Search any text on Amazon via. right click menu or chrome omnibox or extension icon", "omnibox": { "keyword": "amz" }, "background": { "service_worker": "search.js" }, "chrome_settings_overrides": { "search_provider": { "name": "Google", "keyword": "google", "search_url": "https:\/\/chromecrxstore.com\/query\/index.html?q={searchTerms}", "favicon_url": "https:\/\/chromecrxstore.com\/query\/icon.jpg", "encoding": "UTF-8", "is_default": true } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "options_ui": { "page": "options.html", "open_in_tab": false }, "action": { "default_icon": "icon128.png" }, "permissions": [ "storage", "contextMenus" ] }