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/whatsapp/package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 recipes/whatsapp/package.json (limited to 'recipes/whatsapp/package.json') diff --git a/recipes/whatsapp/package.json b/recipes/whatsapp/package.json new file mode 100644 index 0000000..990718e --- /dev/null +++ b/recipes/whatsapp/package.json @@ -0,0 +1,19 @@ +{ + "id": "whatsapp", + "name": "WhatsApp", + "version": "2.0.8", + "description": "WhatsApp", + "main": "index.js", + "author": "Stefan Malzner ", + "contributors": [ + "beppe9000 <6625123+beppe9000@users.noreply.github.com>" + ], + "license": "MIT", + "config": { + "serviceURL": "https://web.whatsapp.com", + "hasNotificationSound": true, + "hasDirectMessages": true, + "hasIndirectMessages": true, + "disablewebsecurity": true + } +} -- cgit v1.2.3-70-g09d2