tabswiper/manifest.json

27 lines
600 B
JSON

{
"action": {
"default_title": "Tabswiper",
"default_popup": "popup/tabswiper/tabswiper.html"
},
"browser_specific_settings": {
"gecko": {
"id": "tabswiper@oddsquat.org",
"strict_min_version": "110.0"
}
},
"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"
}