Skip to content

Commit

Permalink
✨ add default keyboard shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
Krebs Michael committed Apr 21, 2023
1 parent 6481d95 commit 956caf2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"default_locale": "en",
"action": {
"default_icon": "icons/icon19.png",
"default_title": "QRGEN",
"default_popup": "src/action.html"
},
"permissions": ["activeTab"]
"permissions": ["activeTab"],
"commands": {
"_execute_action": {
"suggested_key": "Ctrl+Shift+Q"
}
}
}

0 comments on commit 956caf2

Please sign in to comment.