Skip to content

Commit

Permalink
fix: add command for alt+7
Browse files Browse the repository at this point in the history
  • Loading branch information
sevhauser committed Jul 12, 2021
1 parent 5518a62 commit 7b2a164
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Alt-Tabs",
"version": "1.0.0",
"version": "1.0.1",
"description": "Switch Firefox tabs on Windows the same way as on Linux, using alt+<number>.",
"author": "Severin Hauser",
"homepage_url": "https://github.com/sevhauser/alttabs",
Expand Down Expand Up @@ -56,6 +56,12 @@
},
"description": "Go to tab 6"
},
"go-tab-7": {
"suggested_key": {
"default": "Alt+7"
},
"description": "Go to tab 7"
},
"go-tab-8": {
"suggested_key": {
"default": "Alt+8"
Expand Down

0 comments on commit 7b2a164

Please sign in to comment.