Skip to content

Commit

Permalink
Add shortcuts to save and load close #13
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartleby2718 committed Jun 29, 2019
1 parent c9fb883 commit 15d3bb9
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@
"name": "WebMark",
"version": "0.1.0",
"description": "Load a random page from your bookmarks!",
"permissions": [
"bookmarks",
"storage"
],
"commands": {
"save": {
"suggested_key": {
"default": "Alt+S",
"mac": "Alt+S"
},
"description": "Save this page to bookmark"
},
"load": {
"suggested_key": {
"default": "Alt+Q",
"mac": "Alt+Q"
},
"description": "Load a random page from bookmark"
}
},
"browser_action": {
"default_popup": "index.html",
"default_icon": "images/default.png"
Expand Down

0 comments on commit 15d3bb9

Please sign in to comment.