aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/nextcloud-talk/package.json
diff options
context:
space:
mode:
authorLibravatar Edgars <eandersons@users.noreply.github.com>2020-09-19 21:59:07 +0300
committerLibravatar GitHub <noreply@github.com>2020-09-19 19:59:07 +0100
commit8baea0618cbcc2ebd1e559dda9124e3cb62e5b3b (patch)
tree3624bc032722a2d77cf19a2e41ece883fbdc4d9d /uncompressed/nextcloud-talk/package.json
parentAdd Pomodoro Tracker recipe (#252) (diff)
downloadferdium-recipes-8baea0618cbcc2ebd1e559dda9124e3cb62e5b3b.tar.gz
ferdium-recipes-8baea0618cbcc2ebd1e559dda9124e3cb62e5b3b.tar.zst
ferdium-recipes-8baea0618cbcc2ebd1e559dda9124e3cb62e5b3b.zip
Update Nextcloud Talk to remove/disable unnecessary links (#270)
`service.css` was updated to remove or disable unnecessary links from the top menu to remove the possibility to navigate away from the app: - disable Nextcloud logo, Talk and settings link; - remove "More" and contacts link. `package.json` was updated to: - increase version number to 1.0.2; - add `serviceURL` to `config` to successfully package this recipe. Co-authored-by: Edgars <Edgars@gaitenis.id.lv>
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}