aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud-talk/package.json
blob: 978ec45d18451333b130bd4aacd8bc2ea7315182 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "id": "nextcloud-talk",
  "name": "Nextcloud Talk",
  "version": "1.0.5",
  "description": "Nextcloud Talk - chat, video & audio-conferencing using WebRTC",
  "main": "index.js",
  "author": "Stefan Malzner <stefan@adlk.io>",
  "license": "MIT",
  "config": {
    "hasNotificationSound": true,
    "hasIndirectMessages": true,
    "hasCustomUrl": true,
    "serviceURL": "https://{nextcloud}/apps/spreed/"
  }
}