Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@
"default_title": "Google Tasks",
"default_panel": "sidebar.html"
},

"commands": {
"_execute_sidebar_action": {
"suggested_key": {
"default": "Ctrl+Alt+T"
},
"description": "Open the sidebar for Mini Google Tasks"
}
},

"browser_action": {
"default_popup": "popup.html",
"default_title": "Open Google Tasks",
Expand Down