aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dingtalk/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-09-12 08:36:16 +0530
committerLibravatar GitHub <noreply@github.com>2021-09-12 03:06:16 +0000
commitea9f52797889740c465f1bcaef1283642cc2ef27 (patch)
treebcb07685c8dfa8c8b683b05ae22031b0cb16e217 /recipes/dingtalk/package.json
parentNew recipe: 'yandex-mail' (fixes #421) (#685) (diff)
downloadferdium-recipes-ea9f52797889740c465f1bcaef1283642cc2ef27.tar.gz
ferdium-recipes-ea9f52797889740c465f1bcaef1283642cc2ef27.tar.zst
ferdium-recipes-ea9f52797889740c465f1bcaef1283642cc2ef27.zip
New recipe: 'dingtalk' (fixes #416) (#686)
Diffstat (limited to 'recipes/dingtalk/package.json')
-rw-r--r--recipes/dingtalk/package.json11
1 files changed, 11 insertions, 0 deletions
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 @@
1{
2 "id": "dingtalk",
3 "name": "Dingtalk",
4 "version": "1.0.24",
5 "license": "MIT",
6 "config": {
7 "serviceURL": "https://im.dingtalk.com/",
8 "hasNotificationSound": true,
9 "disablewebsecurity": true
10 }
11}