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": "YouTube Music Web Player Search",
"version": "1.1",
"description": "Unofficial YouTube Music Web Player Search Extension.",
"omnibox": {
"keyword": "ytm"
},
"icons": {
"128": "icon.png"
},
"background": {
"service_worker": "background.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
}
},
"action": {
"default_icon": "icon.png"
}
}