Skip to content

Commit

Permalink
Add SkypePreview Support (#436)
Browse files Browse the repository at this point in the history
Credits to @drakkar1969
  • Loading branch information
bilelmoussaoui authored Sep 4, 2017
1 parent a87ff0e commit e85929b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions data/database/skypeforlinux.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,38 @@
"_hidden-notification": {
"original": "tray/win/tray-hiddenUnreadTemplate@2x.png",
"theme": "skype-status-hidden-notification"
},
"offline_preview": {
"original": "images/tray/linux/tray-offlineTemplate.png",
"theme": "skype-status-offline"
},
"offline2_preview": {
"original": "images/tray/linux/tray-offlineTemplate@2x.png",
"theme": "skype-status-offline"
},
"offline-notification_preview": {
"original": "images/tray/linux/tray-offlineUnreadTemplate.png",
"theme": "skype-status-offline-notification"
},
"offline-notification2_preview": {
"original": "images/tray/linux/tray-offlineUnreadTemplate@2x.png",
"theme": "skype-status-offline-notification"
},
"online_preview": {
"original": "images/tray/linux/tray-onlineTemplate.png",
"theme": "skype-status-connected"
},
"online2_preview": {
"original": "images/tray/linux/tray-onlineTemplate@2x.png",
"theme": "skype-status-connected"
},
"online-notification_preview": {
"original": "images/tray/linux/tray-onlineUnreadTemplate.png",
"theme": "skype-status-connected-notification"
},
"online-notification2_preview": {
"original": "images/tray/linux/tray-onlineUnreadTemplate@2x.png",
"theme": "skype-status-connected-notification"
}
}
}

0 comments on commit e85929b

Please sign in to comment.