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": "Quick Spotify Search: Instant Music & Podcast Finder",
"version": "1.0.4",
"description": "Quickly search Spotify from extension popup, right-click, or Omnibox (SPO + Tab).",
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"omnibox": {
"keyword": "SPO"
},
"permissions": [
"contextMenus"
],
"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
}
},
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
}