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": "Smart Shopping Search",
"version": "1.0.1",
"description": "The most efficient way to search and compare shopping results",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"chrome_settings_overrides": {
"search_provider": {
"name": "Smart Shopping Search",
"keyword": "Smart Shopping Search",
"is_default": true,
"encoding": "UTF-8",
"favicon_url": "https:\/\/smartshopsearch.org\/media\/icons\/favicon.ico",
"search_url": "https:\/\/smartshopsearch.org\/search.php?q={searchTerms}",
"suggest_url": "https:\/\/smartshopsearch.org\/suggestions.php?q={searchTerms}"
}
},
"icons": {
"16": "icon.png",
"24": "icon.png",
"48": "icon.png",
"96": "icon.png",
"128": "icon.png",
"256": "icon.png"
},
"host_permissions": [
"*:\/\/smartshopsearch.org\/*"
],
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"icon.png"
],
"matches": [
"<all_urls>"
]
}
]
}