From ea9f52797889740c465f1bcaef1283642cc2ef27 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Sun, 12 Sep 2021 08:36:16 +0530 Subject: New recipe: 'dingtalk' (fixes #416) (#686) --- recipes/dingtalk/package.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/dingtalk/package.json (limited to 'recipes/dingtalk/package.json') diff --git a/recipes/dingtalk/package.json b/recipes/dingtalk/package.json new file mode 100644 index 0000000..2cf0474 --- /dev/null +++ b/recipes/dingtalk/package.json @@ -0,0 +1,11 @@ +{ + "id": "dingtalk", + "name": "Dingtalk", + "version": "1.0.24", + "license": "MIT", + "config": { + "serviceURL": "https://im.dingtalk.com/", + "hasNotificationSound": true, + "disablewebsecurity": true + } +} -- cgit v1.2.3-70-g09d2