tabswitcher/manifest.json

30 lines
616 B
JSON

{
"action": {
"default_title": "Tabswitcher"
},
"background": {
"scripts": ["background.js"]
},
"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",
"sessions"
],
"version": "1.0.0"
}