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",
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"manifest_version": 3,
"version": "3.7.1",
"homepage_url": "https:\/\/github.com\/garywill\/BigSearch",
"author": {
"name": "Garywill",
"url": "https:\/\/garywill.github.io"
},
"permissions": [
"search",
"storage",
"contextMenus",
"clipboardWrite",
"scripting",
"sidePanel",
"offscreen"
],
"optional_permissions": [
"clipboardRead",
"activeTab"
],
"host_permissions": [
"*:\/\/*.acsearch.atwebpages.com\/*",
"*:\/\/garywill.github.io\/*"
],
"optional_host_permissions": [
"*:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.acsearch.atwebpages.com\/editengine.php*",
"*:\/\/garywill.github.io\/BigSearch\/editengine.html*"
],
"js": [
"ck.js",
"lzutf8.js",
"js\/contentscript_editgui.js",
"i_ui.js",
"enginesdata.js"
]
}
],
"incognito": "split",
"icons": {
"128": "icon.png"
},
"action": {
"default_icon": "icon_button.png",
"default_title": "__MSG_extensionName__",
"default_popup": "home.html?showas=popup"
},
"commands": {
"_execute_action": {
"description": "Click toolbar button",
"suggested_key": {
"default": "Ctrl+Shift+S"
}
},
"open_stab": {
"description": "Open Big Search standalone tab"
},
"selection_as_search": {
"description": "Set selected text as search term"
},
"selection_as_search_then_open_popup": {
"description": "Set selected text as search term then open popup UI",
"suggested_key": {
"default": "Ctrl+Shift+D"
}
},
"selection_as_search_then_open_sidebar": {
"description": "Set selected text as search term then open sidebar"
},
"selection_as_search_then_open_stab": {
"description": "Set selected text as search term then open Big Search standalone tab"
}
},
"options_ui": {
"page": "options.html"
},
"background": {
"service_worker": "background_sw.js"
},
"side_panel": {
"default_path": "home.html"
}
}