mirror of
https://github.com/He4eT/tabswitcher.git
synced 2026-05-05 09:27:25 +00:00
Feat: Add configurable font setting and fix Windows font fallback
Added extension options page and configurable font settings. Fixed font fallback issue on Windows.
This commit is contained in:
parent
5bc492d866
commit
aee213e96d
5 changed files with 92 additions and 9 deletions
|
|
@ -1,9 +1,16 @@
|
|||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Tabswitcher",
|
||||
"version": "1.1.2",
|
||||
"description": "The musthave extension for a mouse-free Firefox experience",
|
||||
"homepage_url": "https://github.com/He4eT/tabswitcher",
|
||||
"action": {
|
||||
"default_title": "Tabswitcher"
|
||||
},
|
||||
"background": {
|
||||
"scripts": ["background.js"]
|
||||
"scripts": [
|
||||
"background.js"
|
||||
]
|
||||
},
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
|
|
@ -18,13 +25,13 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"description": "The musthave extension for a mouse-free Firefox experience",
|
||||
"homepage_url": "https://github.com/He4eT/tabswitcher",
|
||||
"manifest_version": 3,
|
||||
"name": "Tabswitcher",
|
||||
"permissions": [
|
||||
"tabs",
|
||||
"sessions"
|
||||
"sessions",
|
||||
"storage"
|
||||
],
|
||||
"version": "1.1.1"
|
||||
}
|
||||
"options_ui": {
|
||||
"page": "options.html",
|
||||
"open_in_tab": false
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue