aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pushover/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-06-26 05:12:16 +0530
committerLibravatar GitHub <noreply@github.com>2022-06-25 23:42:16 +0000
commit11edb6e00385b1a0accddf7651610d71510bd779 (patch)
tree1b48b6c6951878cd3d405c01a881e275735efbe4 /recipes/pushover/package.json
parentdocs: add haykh as a contributor for code [skip ci] (#75) (diff)
downloadferdium-recipes-11edb6e00385b1a0accddf7651610d71510bd779.tar.gz
ferdium-recipes-11edb6e00385b1a0accddf7651610d71510bd779.tar.zst
ferdium-recipes-11edb6e00385b1a0accddf7651610d71510bd779.zip
New recipe: 'pushover' (#80)
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}