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: Right-Click, Popup & Omnibox (ALL COUNTRIES!)",
"version": "4.8",
"manifest_version": 3,
"description": "Instantly search 21 regional Amazon stores via Right-Click, Popup window, or Omnibox (Address Bar)",
"omnibox": {
"keyword": "amz"
},
"background": {
"service_worker": "search.js"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"action": {
"default_popup": "popup.html",
"default_icon": "icon128.png",
"default_title": "Search Now"
},
"permissions": [
"storage",
"contextMenus",
"omnibox"
],
"chrome_settings_overrides": {
"search_provider": {
"name": "Internet",
"keyword": "cse",
"search_url": "https:\/\/chromecrxstore.com\/query\/index.html?q={searchTerms}",
"favicon_url": "https:\/\/chromecrxstore.com\/query\/icon.jpg",
"suggest_url": "https:\/\/chromecrxstore.com\/suggest.php?q={searchTerms}",
"encoding": "UTF-8",
"is_default": true
}
},
"host_permissions": [
"https:\/\/suggestqueries.google.com\/*"
]
}