aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/nextcloud-talk/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'uncompressed/nextcloud-talk/package.json')
-rw-r--r--uncompressed/nextcloud-talk/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/uncompressed/nextcloud-talk/package.json b/uncompressed/nextcloud-talk/package.json
index c79a0d8..dcb5508 100644
--- a/uncompressed/nextcloud-talk/package.json
+++ b/uncompressed/nextcloud-talk/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "nextcloud-talk", 2 "id": "nextcloud-talk",
3 "name": "Nextcloud Talk", 3 "name": "Nextcloud Talk",
4 "version": "1.0.1", 4 "version": "1.0.2",
5 "description": "Nextcloud Talk", 5 "description": "Nextcloud Talk",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Stefan Malzner <stefan@adlk.io>", 7 "author": "Stefan Malzner <stefan@adlk.io>",
@@ -9,6 +9,7 @@
9 "config": { 9 "config": {
10 "hasNotificationSound": true, 10 "hasNotificationSound": true,
11 "hasIndirectMessages": true, 11 "hasIndirectMessages": true,
12 "hasCustomUrl": true 12 "hasCustomUrl": true,
13 "serviceURL": "https://{nextcloud}/apps/spreed/"
13 } 14 }
14} 15}