Skip to content

Commit

Permalink
added common app actions aka shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
the0ne committed Feb 14, 2024
1 parent fa69d80 commit 7392021
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions skins/elastic/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -451,4 +451,27 @@
}
],

"shortcuts": [
{
"name": "Compose",
"url": "../../?_task=mail&_action=compose"
},
{
"name": "Inbox",
"url": "../../?_task=mail&_mbox=INBOX"
},
{
"name": "Contacts",
"url": "../../?_task=addressbook&_mbox=INBOX"
},
{
"name": "Settings",
"url": "../../?_task=settings"
},
{
"name": "Logout",
"url": "../../?_task=logout"
}
],

"name":"RoundCube Webmail","short_name":"RC Webmail","theme_color":"#2f3a3f","lang":"de-AT","dir":"auto","background_color":"#2f3a3f","description":"RoundCube Webmail"}

0 comments on commit 7392021

Please sign in to comment.