aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud-tasks/package.json
blob: 473bf4aa0c2473f55c357064b1d803ccecfe3858 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "id": "nextcloud-tasks",
  "name": "Nextcloud Tasks",
  "version": "1.3.0",
  "license": "MIT",
  "repository": "https://github.com/csolisr/ferdium-recipes/tree/master/recipes/nextcloud-tasks/",
  "config": {
    "hasNotificationSound": true,
    "hasIndirectMessages": true,
    "hasTeamId": true,
    "urlInputPrefix": "https://",
    "urlInputSuffix": "/apps/tasks/",
    "serviceURL": "https://{teamId}/apps/tasks/"
  }
}