aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ntfy/package.json
diff options
context:
space:
mode:
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}