From 09cc522b2ba5f08316cb5942da2d2f4ab3eadb5a Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Fri, 6 Jan 2017 15:31:14 +0100 Subject: [PATCH] add lyricfier and wechat support, fixes #278 #281 --- database/lyricfier.json | 24 ++++++++++++++++++++++++ database/wechat.json | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 database/lyricfier.json create mode 100644 database/wechat.json diff --git a/database/lyricfier.json b/database/lyricfier.json new file mode 100644 index 00000000..3f6f1059 --- /dev/null +++ b/database/lyricfier.json @@ -0,0 +1,24 @@ +{ + "name": "Lyricfier", + "app_path": [ + "/opt/lyricfier/" + ], + "icons_path": [ + "/opt/lyricfier/resources/app/render/img" + ], + "is_qt": false, + "is_script": false, + "force_create_folder": false, + "exec_path_script": false, + "backup_ignore": false, + "icons": { + "tray": { + "original": "tray-icon-mac.png", + "theme": "lyricfier-tray" + }, + "tray@2x": { + "original": "tray-icon-mac@2x.png", + "theme": "lyricfier-tray" + } + } +} diff --git a/database/wechat.json b/database/wechat.json new file mode 100644 index 00000000..2bc37a56 --- /dev/null +++ b/database/wechat.json @@ -0,0 +1,36 @@ +{ + "name": "Electronic WeChat", + "app_path": [ + "/usr/lib/electronic-wechat/" + ], + "icons_path": [ + "/usr/lib/electronic-wechat/assets/" + ], + "is_qt": false, + "is_script": false, + "force_create_folder": false, + "exec_path_script": false, + "backup_ignore": false, + "icons": { + "tray": { + "original": "status_bar_linux.png", + "theme": "wechat-tray" + }, + "tray-black": { + "original": "tray_black.png", + "theme": "wechat-tray" + }, + "tray-white": { + "original": "tray_white.png.png", + "theme": "wechat-tray" + }, + "unread-white": { + "original": "tray_unread_white.png", + "theme": "wechat-tray-unread" + }, + "unread-black": { + "original": "tray_unread_black.png", + "theme": "wechat-tray-unread" + } + } +}