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/proton-mail/LICENSE | 21 --------------------- uncompressed/proton-mail/icon.png | Bin 29418 -> 0 bytes uncompressed/proton-mail/icon.svg | 9 --------- uncompressed/proton-mail/index.js | 1 - uncompressed/proton-mail/package.json | 24 ------------------------ uncompressed/proton-mail/webview.js | 7 ------- 6 files changed, 62 deletions(-) delete mode 100644 uncompressed/proton-mail/LICENSE delete mode 100644 uncompressed/proton-mail/icon.png delete mode 100644 uncompressed/proton-mail/icon.svg delete mode 100644 uncompressed/proton-mail/index.js delete mode 100644 uncompressed/proton-mail/package.json delete mode 100644 uncompressed/proton-mail/webview.js (limited to 'uncompressed/proton-mail') diff --git a/uncompressed/proton-mail/LICENSE b/uncompressed/proton-mail/LICENSE deleted file mode 100644 index 4af831c..0000000 --- a/uncompressed/proton-mail/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2018 Lukas Reineke - -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/proton-mail/icon.png b/uncompressed/proton-mail/icon.png deleted file mode 100644 index 8a6bc85..0000000 Binary files a/uncompressed/proton-mail/icon.png and /dev/null differ diff --git a/uncompressed/proton-mail/icon.svg b/uncompressed/proton-mail/icon.svg deleted file mode 100644 index df35f12..0000000 --- a/uncompressed/proton-mail/icon.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/uncompressed/proton-mail/index.js b/uncompressed/proton-mail/index.js deleted file mode 100644 index 258da41..0000000 --- a/uncompressed/proton-mail/index.js +++ /dev/null @@ -1 +0,0 @@ -module.exports = Franz => Franz; diff --git a/uncompressed/proton-mail/package.json b/uncompressed/proton-mail/package.json deleted file mode 100644 index fc5c564..0000000 --- a/uncompressed/proton-mail/package.json +++ /dev/null @@ -1,24 +0,0 @@ -{ - "id": "proton-mail", - "name": "ProtonMail", - "version": "1.2.0", - "description": "proton-mail", - "main": "index.js", - "author": "Lukas Reineke ", - "license": "MIT", - "config": { - "serviceURL": "https://mail.protonmail.com/login", - "serviceName": "ProtonMail", - "message": "", - "popup": [], - "hasNotificationSound": false, - "hasIndirectMessages": false, - "hasTeamID": false, - "customURL": false, - "hostedOnly": false, - "webviewOptions": { - "disablewebsecurity": "" - }, - "openDevTools": false - } -} diff --git a/uncompressed/proton-mail/webview.js b/uncompressed/proton-mail/webview.js deleted file mode 100644 index 8d85afd..0000000 --- a/uncompressed/proton-mail/webview.js +++ /dev/null @@ -1,7 +0,0 @@ -module.exports = Franz => { - function getMessages() { - const count = document.querySelector('.navigationItem-counter').innerText - Franz.setBadge(count ? Number(count.substring(1, count.length - 1)) : 0) - } - Franz.loop(getMessages) -} -- cgit v1.2.3-70-g09d2