Skip to content

Commit

Permalink
adds global hotkey (alt-shift-r) to start stutter
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestomasino committed Jan 9, 2020
1 parent f3a0ab1 commit 312249a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "stutter",
"short_name": "stutter",
"description": "RSVP for browsers",
"version": "1.8.1",
"version": "1.8.2",
"homepage_url": "https://github.com/jamestomasino/stutter",
"icons": {
"16": "icons/stutter-16.png",
Expand All @@ -13,6 +13,13 @@
"96": "icons/stutter-96.png",
"128": "icons/stutter-128.png"
},
"commands":{
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+Shift+R"
}
}
},
"browser_action": {
"default_icon": {
"64": "icons/stutter-64.png"
Expand Down

0 comments on commit 312249a

Please sign in to comment.