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_ext_name__",
"description": "__MSG_ext_desc__",
"version": "0.1.2",
"manifest_version": 3,
"default_locale": "en",
"author": "[email protected]",
"side_panel": {
"default_path": "side-panel\/index.html"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"storage",
"sidePanel",
"contextMenus",
"scripting"
],
"host_permissions": [
"*:\/\/*\/*",
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"https:\/\/testbro.app\/*",
"https:\/\/testbro.app\/*",
"http:\/\/localhost:4001\/*"
],
"js": [
"content_scripts\/web-site_content.js"
]
}
],
"action": {
"default_title": "Click Me",
"default_icon": {
"16": "\/images\/48.png",
"24": "\/images\/48.png",
"32": "\/images\/48.png",
"48": "\/images\/48.png",
"128": "\/images\/128.png"
}
},
"icons": {
"16": "\/images\/48.png",
"24": "\/images\/48.png",
"32": "\/images\/48.png",
"48": "\/images\/48.png",
"128": "\/images\/128.png"
},
"commands": {
"a__ask_selected_text": {
"suggested_key": {
"default": "Ctrl+Shift+Q"
},
"description": "__MSG_ask_selected_text__"
},
"b__start_area_selection": {
"suggested_key": {
"default": "Ctrl+Shift+E"
},
"description": "__MSG_start_area_selection__"
}
}
}