mirror of
https://github.com/He4eT/tabswiper.git
synced 2026-05-05 00:57:23 +00:00
21 lines
467 B
JSON
21 lines
467 B
JSON
{
|
|
"action": {
|
|
"default_title": "Tabswiper",
|
|
"default_popup": "popup/tabswiper/tabswiper.html"
|
|
},
|
|
"commands": {
|
|
"_execute_action": {
|
|
"suggested_key": {
|
|
"default": "Shift+F2"
|
|
}
|
|
}
|
|
},
|
|
"description": "Clear the list of your tabs from outdated and unnecessary ones",
|
|
"homepage_url": "https://github.com/He4eT/tabswiper",
|
|
"manifest_version": 3,
|
|
"name": "Tabswiper",
|
|
"permissions": [
|
|
"tabs"
|
|
],
|
|
"version": "1.0"
|
|
}
|