From 8a0971ff9f41fdaa1af15e88740ce9479e1ec6ea Mon Sep 17 00:00:00 2001 From: Vijay A Date: Sun, 20 Jun 2021 11:08:00 +0530 Subject: Added new services - 'air-droid' - 'basecamp' - 'box' - 'buffer' - 'chatra' - 'easy-redmine' - 'feedbin' - 'iCloud' - 'jollor' - 'nomadlist' - 'paymo' - 'pivotal-tracker' - 'plan' - 'podio' - 'protonet' - 'teamleader' --- recipes/feedbin/icon.png | Bin 0 -> 117502 bytes recipes/feedbin/icon.svg | 12 ++++++++++++ recipes/feedbin/index.js | 1 + recipes/feedbin/package.json | 24 ++++++++++++++++++++++++ recipes/feedbin/webview.js | 8 ++++++++ 5 files changed, 45 insertions(+) create mode 100644 recipes/feedbin/icon.png create mode 100644 recipes/feedbin/icon.svg create mode 100644 recipes/feedbin/index.js create mode 100644 recipes/feedbin/package.json create mode 100644 recipes/feedbin/webview.js (limited to 'recipes/feedbin') diff --git a/recipes/feedbin/icon.png b/recipes/feedbin/icon.png new file mode 100644 index 0000000..66ceaf5 Binary files /dev/null and b/recipes/feedbin/icon.png differ diff --git a/recipes/feedbin/icon.svg b/recipes/feedbin/icon.svg new file mode 100644 index 0000000..d2cd251 --- /dev/null +++ b/recipes/feedbin/icon.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/recipes/feedbin/index.js b/recipes/feedbin/index.js new file mode 100644 index 0000000..258da41 --- /dev/null +++ b/recipes/feedbin/index.js @@ -0,0 +1 @@ +module.exports = Franz => Franz; diff --git a/recipes/feedbin/package.json b/recipes/feedbin/package.json new file mode 100644 index 0000000..7adf2e0 --- /dev/null +++ b/recipes/feedbin/package.json @@ -0,0 +1,24 @@ +{ + "id": "feedbin", + "name": "feedbin", + "version": "1.0.0", + "description": "feedbin", + "main": "index.js", + "author": "Kan Fushihara ", + "license": "MIT", + "config": { + "serviceURL": "https://feedbin.com/login", + "serviceName": "Feedbin", + "message": "", + "popup": [], + "hasNotificationSound": true, + "hasIndirectMessages": false, + "hasTeamID": false, + "customURL": false, + "hostedOnly": false, + "webviewOptions": { + "disablewebsecurity": "" + }, + "openDevTools": false + } +} diff --git a/recipes/feedbin/webview.js b/recipes/feedbin/webview.js new file mode 100644 index 0000000..f44122a --- /dev/null +++ b/recipes/feedbin/webview.js @@ -0,0 +1,8 @@ +module.exports = (Franz, options) => { + function getMessages() { + const count = feedbin.count_data.unread_entries.length || 0; + Franz.setBadge(count); + } + + Franz.loop(getMessages); +} -- cgit v1.2.3-70-g09d2