Skip to content

Commit

Permalink
Added keyboard shortcut to toggle the popup. resolved #5
Browse files Browse the repository at this point in the history
  • Loading branch information
ndsvw committed Nov 24, 2023
1 parent 96c4ec5 commit b236eff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,12 @@
"default_icon": "img/icons/icon.png",
"default_title": "Published Date",
"default_popup": "popup/default_popup.html"
},
"commands":{
"_execute_browser_action": {
"suggested_key": {
"default": "Alt+Shift+P"
}
}
}
}

0 comments on commit b236eff

Please sign in to comment.