tabswiper/manifest.json
2023-10-15 00:30:49 +03:00

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"
}