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": "Instant Multi Search",
"description": "Search on multiple websites, instantly. An ideal companion for power searchers.",
"version": "0.1.4",
"omnibox": {
"keyword": "m"
},
"background": {
"service_worker": "src\/background.js"
},
"options_ui": {
"page": "pages\/options.html"
},
"action": {
"default_popup": "pages\/options.html"
},
"icons": {
"16": "assets\/images\/icon16.png",
"48": "assets\/images\/icon48.png",
"128": "assets\/images\/icon128.png"
},
"permissions": [
"storage"
],
"host_permissions": [
"http:\/\/suggestqueries.google.com\/"
]
}