From 7f445aa49f91bf45b1c3e7146a1c12e8aecfe220 Mon Sep 17 00:00:00 2001 From: aj Date: Fri, 21 Feb 2020 12:33:16 -0500 Subject: adding google meet recipe --- all.json | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'all.json') diff --git a/all.json b/all.json index 4bb3cc5..5b3ba85 100644 --- a/all.json +++ b/all.json @@ -977,5 +977,16 @@ "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/twitter/icon.png", "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/twitter/icon.svg" } + }, + { + "author": "Patrick Thoelken ", + "featured": false, + "id": "Google Meet", + "name": "Google Meet", + "version": "1.0.1", + "icons": { + "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/Google Meet/icon.png", + "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/Google Meet/icon.svg" + } } ] -- cgit v1.2.3-54-g00ecf From 08075d6250e5817641b894f62a9a85282b31d1f8 Mon Sep 17 00:00:00 2001 From: aj Date: Sun, 23 Feb 2020 15:15:17 -0500 Subject: repackaging --- Google Meet.tar.gz | Bin 94069 -> 108378 bytes all.json | 2 +- uncompressed/Google Meet/package.json | 2 +- uncompressed/Google Meet/webview.js | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) (limited to 'all.json') diff --git a/Google Meet.tar.gz b/Google Meet.tar.gz index 01972c5..0b3e4d7 100644 Binary files a/Google Meet.tar.gz and b/Google Meet.tar.gz differ diff --git a/all.json b/all.json index 5b3ba85..c0e05c0 100644 --- a/all.json +++ b/all.json @@ -982,7 +982,7 @@ "author": "Patrick Thoelken ", "featured": false, "id": "Google Meet", - "name": "Google Meet", + "name": "googlemeet", "version": "1.0.1", "icons": { "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/Google Meet/icon.png", diff --git a/uncompressed/Google Meet/package.json b/uncompressed/Google Meet/package.json index a1c67cb..0c3a5fe 100644 --- a/uncompressed/Google Meet/package.json +++ b/uncompressed/Google Meet/package.json @@ -1,6 +1,6 @@ { "id": "Google Meet", - "name": "Google Meet", + "name": "googlemeet", "version": "1.0.1", "description": "Google Meet", "main": "index.js", diff --git a/uncompressed/Google Meet/webview.js b/uncompressed/Google Meet/webview.js index ee00e66..8e91418 100644 --- a/uncompressed/Google Meet/webview.js +++ b/uncompressed/Google Meet/webview.js @@ -40,4 +40,4 @@ module.exports = Franz => { Franz.injectCSS(path.join(__dirname, 'service.css')); Franz.loop(getMessages); -}; \ No newline at end of file +}; -- cgit v1.2.3-54-g00ecf