mirror of
https://github.com/He4eT/tabswitcher.git
synced 2026-05-04 17:07:23 +00:00
26 lines
544 B
JSON
26 lines
544 B
JSON
{
|
|
"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"
|
|
}
|