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": "Spotify Web Player Search",
"version": "1.0.1",
"description": "Unofficial Spotify Web Player Search Extension.",
"omnibox": {
"keyword": "spo"
},
"icons": {
"128": "icon.png"
},
"background": {
"service_worker": "background.js"
},
"chrome_settings_overrides": {
"search_provider": {
"name": "Google",
"keyword": "search",
"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
}
},
"action": {
"default_icon": "icon.png"
}
}