Initial commit

This commit is contained in:
He4eT 2024-01-19 19:35:19 +01:00
commit bb4c82deac
6 changed files with 98 additions and 0 deletions

26
manifest.json Normal file
View file

@ -0,0 +1,26 @@
{
"action": {
"default_title": "Tabswitcher"
},
"browser_specific_settings": {
"gecko": {
"id": "tabswitcher@oddsquat.org",
"strict_min_version": "110.0"
}
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "F2"
}
}
},
"description": "Switch to a tab or close unwanted ones using fuzzy search",
"homepage_url": "https://github.com/He4eT/tabswitcher",
"manifest_version": 3,
"name": "Tabswitcher",
"permissions": [
"tabs"
],
"version": "1.0.0"
}