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,
"default_locale": "en",
"name": "__MSG_extName__",
"version": "2.2.1",
"description": "__MSG_extDesc__",
"action": {
"default_title": "__MSG_actionName__"
},
"background": {
"service_worker": "background.js"
},
"commands": {
"sendCurrentTab": {
"suggested_key": {
"default": "Ctrl+Shift+C",
"mac": "Command+Shift+C"
},
"description": "__MSG_sendCurrentTab__"
},
"sendAllTabs": {
"suggested_key": {
"default": "Ctrl+Shift+E",
"mac": "Command+Shift+E"
},
"description": "__MSG_sendAllTabs__"
},
"sendHighlightedTabs": {
"suggested_key": {
"default": "Ctrl+Shift+S",
"mac": "Command+Shift+S"
},
"description": "__MSG_sendHighlightedTabs__"
},
"openAction": {
"suggested_key": {
"default": "Ctrl+Shift+1",
"mac": "Command+Shift+1"
},
"description": "__MSG_openOTG__",
"global": true
}
},
"icons": {
"16": ".\/assets\/icon-16.png",
"32": ".\/assets\/icon-32.png",
"48": ".\/assets\/icon-48.png",
"128": ".\/assets\/icon-128.png"
},
"permissions": [
"tabs",
"storage",
"tabGroups",
"contextMenus"
],
"host_permissions": [
"https:\/\/www.tabdeck.so\/api"
],
"externally_connectable": {
"matches": [
"https:\/\/www.tabdeck.so\/*"
]
},
"optional_permissions": [
"*:\/\/*\/*"
],
"content_security_policy": []
}