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