From 6f5e4a00588aefdda7a5a1cfe70935870e7e234a Mon Sep 17 00:00:00 2001 From: Bennett Date: Tue, 22 Sep 2020 20:56:48 +0200 Subject: Unpack recipes and update recipes icons (#292) Co-authored-by: Amine Mouafik --- uncompressed/zoho/README.md | 6 ------ uncompressed/zoho/icon.png | Bin 29926 -> 0 bytes uncompressed/zoho/icon.svg | 1 - uncompressed/zoho/index.js | 2 -- uncompressed/zoho/package.json | 13 ------------- uncompressed/zoho/webview.js | 11 ----------- 6 files changed, 33 deletions(-) delete mode 100644 uncompressed/zoho/README.md delete mode 100644 uncompressed/zoho/icon.png delete mode 100644 uncompressed/zoho/icon.svg delete mode 100644 uncompressed/zoho/index.js delete mode 100644 uncompressed/zoho/package.json delete mode 100644 uncompressed/zoho/webview.js (limited to 'uncompressed/zoho') diff --git a/uncompressed/zoho/README.md b/uncompressed/zoho/README.md deleted file mode 100644 index da5bafd..0000000 --- a/uncompressed/zoho/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# Zoho Mail for Franz 5 -from plugins legacy -[meetfranz](https://github.com/meetfranz/franz) - -### How to create your own Franz recipes: -* [Read the documentation](https://github.com/meetfranz/plugins) diff --git a/uncompressed/zoho/icon.png b/uncompressed/zoho/icon.png deleted file mode 100644 index d9bba4c..0000000 Binary files a/uncompressed/zoho/icon.png and /dev/null differ diff --git a/uncompressed/zoho/icon.svg b/uncompressed/zoho/icon.svg deleted file mode 100644 index 8e705ea..0000000 --- a/uncompressed/zoho/icon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/uncompressed/zoho/index.js b/uncompressed/zoho/index.js deleted file mode 100644 index 46f936f..0000000 --- a/uncompressed/zoho/index.js +++ /dev/null @@ -1,2 +0,0 @@ -// just pass through Franz -module.exports = Franz => Franz; diff --git a/uncompressed/zoho/package.json b/uncompressed/zoho/package.json deleted file mode 100644 index 9faaad9..0000000 --- a/uncompressed/zoho/package.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "id": "zoho", - "name": "Zoho Mail", - "version": "1.0.0", - "description": "Zoho Mail – Hosted Email for Businesses", - "main": "index.js", - "author": "Troke ", - "license": "MIT", - "config": { - "serviceURL": "https://www.zoho.com/mail/login.html", - "hasNotificationSound": true - } -} diff --git a/uncompressed/zoho/webview.js b/uncompressed/zoho/webview.js deleted file mode 100644 index e4f6108..0000000 --- a/uncompressed/zoho/webview.js +++ /dev/null @@ -1,11 +0,0 @@ -const path = require('path'); - -module.exports = (Franz, options) => { - const getMessages = () => { - const unreadMail = $(".zm_urd").not(".hidden").length; - - Franz.setBadge(unreadMail); - } - - Franz.loop(getMessages); -}; \ No newline at end of file -- cgit v1.2.3-70-g09d2