aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pushover/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/pushover/package.json')
-rw-r--r--recipes/pushover/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/pushover/package.json b/recipes/pushover/package.json
new file mode 100644
index 0000000..9616852
--- /dev/null
+++ b/recipes/pushover/package.json
@@ -0,0 +1,14 @@
1{
2 "id": "pushover",
3 "name": "Pushover",
4 "version": "1.0.0",
5 "license": "MIT",
6 "repository": "https://github.com/jdwhite/franz-recipe-pushover",
7 "config": {
8 "serviceURL": "https://client.pushover.net",
9 "hasNotificationSound": true,
10 "hasDirectMessages": true,
11 "hasIndirectMessages": false,
12 "hasTeamId": false
13 }
14}