From bc41498c61867ebe7ce00a0cb6fa82e74627bfd1 Mon Sep 17 00:00:00 2001 From: vantezzen Date: Sun, 8 Mar 2020 10:23:32 +0100 Subject: Fix differences in recipes --- airtable.tar.gz | Bin 25760 -> 25689 bytes googlekeep.tar.gz | Bin 10657 -> 10645 bytes mailbox.org.tar.gz | Bin 26912 -> 26904 bytes pocket.tar.gz | Bin 21554 -> 21553 bytes pulseSMS.tar.gz | Bin 236782 -> 0 bytes pushbullet.tar.gz | Bin 30018 -> 30012 bytes todoist.tar.gz | Bin 127269 -> 127259 bytes uncompressed/pulseSMS/LICENSE | 7 ------- uncompressed/pulseSMS/README.md | 7 ------- uncompressed/pulseSMS/icon.png | Bin 121179 -> 0 bytes uncompressed/pulseSMS/icon.svg | 5 ----- uncompressed/pulseSMS/index.js | 1 - uncompressed/pulseSMS/package.json | 13 ------------- uncompressed/pulseSMS/webview.js | 8 -------- 14 files changed, 41 deletions(-) delete mode 100644 pulseSMS.tar.gz delete mode 100644 uncompressed/pulseSMS/LICENSE delete mode 100644 uncompressed/pulseSMS/README.md delete mode 100644 uncompressed/pulseSMS/icon.png delete mode 100644 uncompressed/pulseSMS/icon.svg delete mode 100644 uncompressed/pulseSMS/index.js delete mode 100644 uncompressed/pulseSMS/package.json delete mode 100644 uncompressed/pulseSMS/webview.js diff --git a/airtable.tar.gz b/airtable.tar.gz index 0867841..054d67c 100644 Binary files a/airtable.tar.gz and b/airtable.tar.gz differ diff --git a/googlekeep.tar.gz b/googlekeep.tar.gz index 51150d4..52a5e76 100644 Binary files a/googlekeep.tar.gz and b/googlekeep.tar.gz differ diff --git a/mailbox.org.tar.gz b/mailbox.org.tar.gz index 6b1c6e9..f3d0341 100644 Binary files a/mailbox.org.tar.gz and b/mailbox.org.tar.gz differ diff --git a/pocket.tar.gz b/pocket.tar.gz index e24add6..8dc9c26 100644 Binary files a/pocket.tar.gz and b/pocket.tar.gz differ diff --git a/pulseSMS.tar.gz b/pulseSMS.tar.gz deleted file mode 100644 index 78e17d7..0000000 Binary files a/pulseSMS.tar.gz and /dev/null differ diff --git a/pushbullet.tar.gz b/pushbullet.tar.gz index 52eb354..b88282a 100644 Binary files a/pushbullet.tar.gz and b/pushbullet.tar.gz differ diff --git a/todoist.tar.gz b/todoist.tar.gz index c9d2211..b78b48f 100644 Binary files a/todoist.tar.gz and b/todoist.tar.gz differ diff --git a/uncompressed/pulseSMS/LICENSE b/uncompressed/pulseSMS/LICENSE deleted file mode 100644 index 8ac4a22..0000000 --- a/uncompressed/pulseSMS/LICENSE +++ /dev/null @@ -1,7 +0,0 @@ -Copyright 2019 Solomon Rubin - -Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/uncompressed/pulseSMS/README.md b/uncompressed/pulseSMS/README.md deleted file mode 100644 index bbeba55..0000000 --- a/uncompressed/pulseSMS/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# PulseSMS for Franz -This is a Franz recipe for PulseSMS web client - -[Pulsesms.app](https://pulsesms.app) - -### How to create your own Franz recipes: -* [Read the documentation](https://github.com/meetfranz/plugins) diff --git a/uncompressed/pulseSMS/icon.png b/uncompressed/pulseSMS/icon.png deleted file mode 100644 index fbb4719..0000000 Binary files a/uncompressed/pulseSMS/icon.png and /dev/null differ diff --git a/uncompressed/pulseSMS/icon.svg b/uncompressed/pulseSMS/icon.svg deleted file mode 100644 index e8a0e83..0000000 --- a/uncompressed/pulseSMS/icon.svg +++ /dev/null @@ -1,5 +0,0 @@ - - - - diff --git a/uncompressed/pulseSMS/index.js b/uncompressed/pulseSMS/index.js deleted file mode 100644 index 258da41..0000000 --- a/uncompressed/pulseSMS/index.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = Franz => Franz; diff --git a/uncompressed/pulseSMS/package.json b/uncompressed/pulseSMS/package.json deleted file mode 100644 index a5dfc94..0000000 --- a/uncompressed/pulseSMS/package.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "id": "pulsesms", - "name": "PulseSMS", - "version": "1.1.2", - "description": "PulseSMS Franz Recipe", - "main": "index.js", - "author": "Serubin ", - "license": "MIT", - "config": { - "serviceURL": "https://pulsesms.app", - "hasNotificationSound": true - } -} diff --git a/uncompressed/pulseSMS/webview.js b/uncompressed/pulseSMS/webview.js deleted file mode 100644 index a4c7f43..0000000 --- a/uncompressed/pulseSMS/webview.js +++ /dev/null @@ -1,8 +0,0 @@ -module.exports = (Franz) => { - function getMessages() { - Franz.setBadge(document.querySelector("#unread_count").innerHTML.replace(/\s/g,'')); - } - - // check for new messages every second and update Franz badge - Franz.loop(getMessages); -}; -- cgit v1.2.3-54-g00ecf