aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ntfy/package.json
blob: 3786052b2ee7578e07f727ad57cab4dd95a8f9b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "id": "ntfy",
  "name": "ntfy",
  "version": "1.1.0",
  "license": "MIT",
  "aliases": [
    "Notify"
  ],
  "config": {
    "serviceURL": "https://ntfy.sh/app",
    "hasCustomUrl": true,
    "message": "ntfy lets you send push notifications to your phone or desktop via scripts from any computer, using simple HTTP PUT or POST requests.",
    "hasNotificationSound": true,
    "hasDirectMessages": true,
    "hasIndirectMessages": false
  }
}