aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/pushover/package.json
blob: c56750bf38f9d084acec0932cd39f2ec29561894 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "id": "pushover",
  "name": "Pushover",
  "version": "1.1.1",
  "license": "MIT",
  "repository": "https://github.com/jdwhite/franz-recipe-pushover",
  "config": {
    "serviceURL": "https://client.pushover.net",
    "hasNotificationSound": true,
    "hasDirectMessages": true,
    "hasIndirectMessages": false,
    "hasTeamId": false
  }
}