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",
"name": "Sidebar & App Launcher for ChatGPT, YouTube, Reddit & More - TabBuddy",
"description": "Access ChatGPT, Reddit, YouTube, and more from a sidebar. Multitask and launch apps without switching tabs.",
"version": "1.2.0",
"permissions": [
"sidePanel",
"declarativeNetRequestWithHostAccess",
"browsingData",
"unlimitedStorage"
],
"host_permissions": [
"*:\/\/*\/*"
],
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"side_panel": {
"default_path": "index.html"
},
"action": {
"default_title": "Click to open Tab Buddy",
"default_icon": "images\/icon.png"
},
"background": {
"service_worker": "background.js"
},
"manifest_version": 3,
"content_scripts": [
{
"match_about_blank": true,
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_start",
"all_frames": true,
"js": [
"frame.js"
]
}
],
"content_security_policy": {
"extension_pages": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'",
"content_scripts": "font-src 'self'; script-src 'self'; object-src 'self'; worker-src 'self'"
},
"commands": {
"open-sidebar": {
"suggested_key": {
"default": "Alt+T"
},
"description": "Open TabBuddy Sidebar"
},
"open-app-1": {
"suggested_key": {
"default": "Alt+Shift+1"
},
"description": "Open App 1"
},
"open-app-2": {
"suggested_key": {
"default": "Alt+Shift+2"
},
"description": "Open App 2"
},
"open-app-3": {
"suggested_key": {
"default": "Alt+Shift+3"
},
"description": "Open App 3"
},
"open-app-4": {
"description": "Open App 4"
},
"open-app-5": {
"description": "Open App 5"
},
"open-app-6": {
"description": "Open App 6"
},
"open-app-7": {
"description": "Open App 7"
},
"open-item-8": {
"description": "Open App 8"
},
"open-item-9": {
"description": "Open App 9"
}
}
}