From 6ff93738e52698dbe22090d918b54cbd8bc3f97a Mon Sep 17 00:00:00 2001 From: Alexey Varfolomeev Date: Mon, 14 Jan 2019 15:28:59 +0400 Subject: [PATCH] Added support Kaku (electron app) (#558) --- data/database/kaku.electron.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 data/database/kaku.electron.json diff --git a/data/database/kaku.electron.json b/data/database/kaku.electron.json new file mode 100644 index 00000000..46bffdde --- /dev/null +++ b/data/database/kaku.electron.json @@ -0,0 +1,21 @@ +{ + "name": "Kaku", + "app_path": [ + "/opt/Kaku/" + ], + "icons_path": [ + "/opt/Kaku/resources/" + ], + "binary": "app.asar", + "script": "electron", + "icons": { + "tray": { + "original": "src/public/images/icons/tray/default.png", + "theme": "kaku-tray" + }, + "tray@2x": { + "original": "src/public/images/icons/tray/default@2x.png", + "theme": "kaku-tray" + } + } +}