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 --- recipes/tawk/icon.png | Bin 0 -> 71888 bytes recipes/tawk/icon.svg | 73 ++++++++++++++++++++++++++++++++++++++++++++++ recipes/tawk/index.js | 6 ++++ recipes/tawk/package.json | 23 +++++++++++++++ recipes/tawk/service.css | 3 ++ recipes/tawk/webview.js | 4 +++ 6 files changed, 109 insertions(+) create mode 100644 recipes/tawk/icon.png create mode 100644 recipes/tawk/icon.svg create mode 100644 recipes/tawk/index.js create mode 100644 recipes/tawk/package.json create mode 100644 recipes/tawk/service.css create mode 100644 recipes/tawk/webview.js (limited to 'recipes/tawk') diff --git a/recipes/tawk/icon.png b/recipes/tawk/icon.png new file mode 100644 index 0000000..d63cfca Binary files /dev/null and b/recipes/tawk/icon.png differ diff --git a/recipes/tawk/icon.svg b/recipes/tawk/icon.svg new file mode 100644 index 0000000..cdd7e2b --- /dev/null +++ b/recipes/tawk/icon.svg @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/recipes/tawk/index.js b/recipes/tawk/index.js new file mode 100644 index 0000000..349649f --- /dev/null +++ b/recipes/tawk/index.js @@ -0,0 +1,6 @@ +"use strict"; + +// just pass through Franz + +module.exports = Franz => Franz; +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImRpc2NvcmQvaW5kZXguanMiXSwibmFtZXMiOlsibW9kdWxlIiwiZXhwb3J0cyIsIkZyYW56Il0sIm1hcHBpbmdzIjoiOztBQUFBOztBQUNBLE9BQU8sQUFBUCxVQUFpQixTQUFTLEFBQTFCIiwiZmlsZSI6ImRpc2NvcmQvaW5kZXguanMiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBqdXN0IHBhc3MgdGhyb3VnaCBGcmFuelxubW9kdWxlLmV4cG9ydHMgPSBGcmFueiA9PiBGcmFuejtcbiJdfQ== \ No newline at end of file diff --git a/recipes/tawk/package.json b/recipes/tawk/package.json new file mode 100644 index 0000000..bc51896 --- /dev/null +++ b/recipes/tawk/package.json @@ -0,0 +1,23 @@ +{ + "id": "tawk", + "name": "Tawk.to", + "version": "1.0.0", + "description": "Tawk.to", + "main": "index.js", + "author": "Brian Gilbert ", + "license": "MIT", + "config": { + "serviceURL": "https://dashboard.tawk.to/", + "message": "", + "popup": [], + "hasNotificationSound": true, + "hasDirectMessages": true, + "hasIndirectMessages": false, + "hasTeamID": false, + "hasPredefinedUrl": true, + "hasCustomUrl": false, + "webviewOptions": { + "disablewebsecurity": "" + } + } +} diff --git a/recipes/tawk/service.css b/recipes/tawk/service.css new file mode 100644 index 0000000..a16a615 --- /dev/null +++ b/recipes/tawk/service.css @@ -0,0 +1,3 @@ +.notice { + display: none; +} diff --git a/recipes/tawk/webview.js b/recipes/tawk/webview.js new file mode 100644 index 0000000..007cf82 --- /dev/null +++ b/recipes/tawk/webview.js @@ -0,0 +1,4 @@ +"use strict"; + +module.exports = (Franz, options) => {}; +//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInRhd2svd2Vidmlldy5qcyJdLCJuYW1lcyI6WyJtb2R1bGUiLCJleHBvcnRzIiwiRnJhbnoiLCJvcHRpb25zIl0sIm1hcHBpbmdzIjoiOztBQUFBQSxPQUFPQyxPQUFQLEdBQWlCLENBQUNDLEtBQUQsRUFBUUMsT0FBUixLQUFvQixDQUFFLENBQXZDIiwiZmlsZSI6InRhd2svd2Vidmlldy5qcyIsInNvdXJjZXNDb250ZW50IjpbIm1vZHVsZS5leHBvcnRzID0gKEZyYW56LCBvcHRpb25zKSA9PiB7fVxuIl19 \ No newline at end of file -- cgit v1.2.3-54-g00ecf