aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zammad/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/zammad/package.json')
-rw-r--r--recipes/zammad/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/zammad/package.json b/recipes/zammad/package.json
new file mode 100644
index 0000000..a77b804
--- /dev/null
+++ b/recipes/zammad/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "zammad",
3 "name": "Zammad",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "hasNotificationSound": true,
8 "hasDirectMessages": false,
9 "hasIndirectMessages": true,
10 "hasCustomUrl": true
11 }
12}