Initial commit

This commit is contained in:
He4eT 2023-08-15 14:57:00 +03:00
commit 9306068d2a
7 changed files with 478 additions and 0 deletions

21
manifest.json Normal file
View file

@ -0,0 +1,21 @@
{
"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"
}