tab-tidy/manifest.json

21 lines
411 B
JSON

{
"manifest_version": 3,
"name": "Tab Tidy",
"version": "0.3.1",
"description": "Group and sort your tabs by domain",
"permissions": ["tabs"],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png"
}
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Alt+T"
}
}
}
}