Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Search It All",
"version": "2.1.1",
"description": "Search across multiple search engines with one click - no retyping needed",
"background": {
"service_worker": "js\/bg.min.js"
},
"action": {
"default_icon": "icons\/16.png",
"default_popup": "popup.html",
"default_title": "Search It All"
},
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"options_page": "options.html",
"permissions": [
"activeTab",
"storage",
"tabs",
"declarativeContent",
"contextMenus"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';"
},
"commands": {
"open-popup": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "Command+Shift+S"
},
"description": "Open Search It All popup"
}
}
}