aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--all.json2
-rw-r--r--recipes/jitsi/package.json3
2 files changed, 3 insertions, 2 deletions
diff --git a/all.json b/all.json
index bb37f96..ffd2bce 100644
--- a/all.json
+++ b/all.json
@@ -730,7 +730,7 @@
730 "featured": false, 730 "featured": false,
731 "id": "jitsi", 731 "id": "jitsi",
732 "name": "Jitsi Meet", 732 "name": "Jitsi Meet",
733 "version": "1.0.3", 733 "version": "1.0.4",
734 "icons": { 734 "icons": {
735 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/jitsi/icon.png", 735 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/jitsi/icon.png",
736 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/jitsi/icon.svg" 736 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/recipes/jitsi/icon.svg"
diff --git a/recipes/jitsi/package.json b/recipes/jitsi/package.json
index 4a6908a..fe061ed 100644
--- a/recipes/jitsi/package.json
+++ b/recipes/jitsi/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "jitsi", 2 "id": "jitsi",
3 "name": "Jitsi Meet", 3 "name": "Jitsi Meet",
4 "version": "1.0.3", 4 "version": "1.0.4",
5 "description": "Jitsi Meet", 5 "description": "Jitsi Meet",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Sampath Kumar Krishnan <sampath3493@gmail.com>", 7 "author": "Sampath Kumar Krishnan <sampath3493@gmail.com>",
@@ -9,6 +9,7 @@
9 "repository": "https://github.com/sampathBlam/ferdi-jitsi", 9 "repository": "https://github.com/sampathBlam/ferdi-jitsi",
10 "config": { 10 "config": {
11 "serviceURL": "https://meet.jit.si/", 11 "serviceURL": "https://meet.jit.si/",
12 "hasHostedOption": true,
12 "hasCustomUrl": true, 13 "hasCustomUrl": true,
13 "message": "For the public instance, use https://meet.jit.si/ for the Custom server" 14 "message": "For the public instance, use https://meet.jit.si/ for the Custom server"
14 } 15 }