aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ntfy/package.json
diff options
context:
space:
mode:
authorLibravatar Jan Kischel <github.sites@schreibmirnemail.de>2022-11-02 19:54:10 +0100
committerLibravatar GitHub <noreply@github.com>2022-11-02 18:54:10 +0000
commit32db3ac916192c1acc354663cfd264f56e1304c6 (patch)
tree390fc4eb5983059635957d569ee94ae06e281a38 /recipes/ntfy/package.json
parentUpdated Android Messages Icon (#217) (diff)
downloadferdium-recipes-32db3ac916192c1acc354663cfd264f56e1304c6.tar.gz
ferdium-recipes-32db3ac916192c1acc354663cfd264f56e1304c6.tar.zst
ferdium-recipes-32db3ac916192c1acc354663cfd264f56e1304c6.zip
added new recipe for ntfy.sh notification service (#222)
Diffstat (limited to 'recipes/ntfy/package.json')
-rw-r--r--recipes/ntfy/package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/ntfy/package.json b/recipes/ntfy/package.json
new file mode 100644
index 0000000..76771b0
--- /dev/null
+++ b/recipes/ntfy/package.json
@@ -0,0 +1,17 @@
1{
2 "id": "ntfy",
3 "name": "ntfy",
4 "version": "1.0.0",
5 "license": "MIT",
6 "aliases": [
7 "Notify"
8 ],
9 "config": {
10 "serviceURL": "https://ntfy.sh/app",
11 "hasCustomUrl": true,
12 "message": "ntfy lets you send push notifications to your phone or desktop via scripts from any computer, using simple HTTP PUT or POST requests.",
13 "hasNotificationSound": true,
14 "hasDirectMessages": true,
15 "hasIndirectMessages": false
16 }
17}