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": "Webhook Sidebar",
"version": "1.1",
"description": "Analyze visible text, send as Markdown to webhook, and display response.",
"permissions": [
"scripting",
"activeTab",
"sidePanel",
"storage",
"tabs"
],
"host_permissions": [
"<all_urls>"
],
"side_panel": {
"default_path": "sidebar.html"
},
"action": {
"default_title": "Click to open panel",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"background": {
"service_worker": "service-worker.js",
"type": "module"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
}