From 2491ea3c11de71391cd333cfc375576232d64cba Mon Sep 17 00:00:00 2001 From: Bennett Date: Wed, 11 Dec 2019 11:35:39 +0100 Subject: Update packages --- uncompressed/cliq/README.md | 2 ++ uncompressed/cliq/icon.png | Bin 0 -> 134531 bytes uncompressed/cliq/icon.svg | 1 + uncompressed/cliq/index.js | 3 +++ uncompressed/cliq/package.json | 14 ++++++++++++++ uncompressed/cliq/webview.js | 9 +++++++++ 6 files changed, 29 insertions(+) create mode 100644 uncompressed/cliq/README.md create mode 100644 uncompressed/cliq/icon.png create mode 100644 uncompressed/cliq/icon.svg create mode 100644 uncompressed/cliq/index.js create mode 100644 uncompressed/cliq/package.json create mode 100644 uncompressed/cliq/webview.js (limited to 'uncompressed/cliq') diff --git a/uncompressed/cliq/README.md b/uncompressed/cliq/README.md new file mode 100644 index 0000000..f93277a --- /dev/null +++ b/uncompressed/cliq/README.md @@ -0,0 +1,2 @@ +# Zoho Cliq +Franz Recipe for Zoho Cliq diff --git a/uncompressed/cliq/icon.png b/uncompressed/cliq/icon.png new file mode 100644 index 0000000..b207875 Binary files /dev/null and b/uncompressed/cliq/icon.png differ diff --git a/uncompressed/cliq/icon.svg b/uncompressed/cliq/icon.svg new file mode 100644 index 0000000..cc260ef --- /dev/null +++ b/uncompressed/cliq/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/uncompressed/cliq/index.js b/uncompressed/cliq/index.js new file mode 100644 index 0000000..e8243fb --- /dev/null +++ b/uncompressed/cliq/index.js @@ -0,0 +1,3 @@ +"use strict"; + +module.exports = Franz => Franz; \ No newline at end of file diff --git a/uncompressed/cliq/package.json b/uncompressed/cliq/package.json new file mode 100644 index 0000000..f6d2f09 --- /dev/null +++ b/uncompressed/cliq/package.json @@ -0,0 +1,14 @@ +{ + "id": "cliq", + "name": "Cliq", + "version": "1.0.0", + "description": "Cliq", + "main": "index.js", + "author": "Cliqgeek ", + "repository": "https://github.com/cliqgeek/recipe-cliq", + "config": { + "serviceURL": "https://www.zoho.com/cliq/login.html", + "hasNotificationSound": true, + "hasIndirectMessages": true + } +} diff --git a/uncompressed/cliq/webview.js b/uncompressed/cliq/webview.js new file mode 100644 index 0000000..c6d1ae6 --- /dev/null +++ b/uncompressed/cliq/webview.js @@ -0,0 +1,9 @@ +"use strict"; + +module.exports = Franz => { + const getMessages = () => { + Franz.setBadge(ConversationsList.getUnreadBadgeCount()); + }; + + Franz.loop(getMessages); +}; \ No newline at end of file -- cgit v1.2.3-70-g09d2