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": "Search Engine Switcher",
"version": "1.0.0",
"description": "Set your favorite search engine to browse quickly",
"permissions": [
"tabs",
"storage"
],
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_title": "Search Engine Switcher",
"default_popup": "index.html"
},
"icons": {
"16": "icons\/icon.png",
"32": "icons\/icon.png",
"128": "icons\/icon.png"
}
}