aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--all.json4
-rw-r--r--archives/jitsi.tar.gzbin110937 -> 110634 bytes
-rw-r--r--uncompressed/jitsi/index.js6
-rw-r--r--uncompressed/jitsi/package.json10
4 files changed, 13 insertions, 7 deletions
diff --git a/all.json b/all.json
index df5b7fd..315fe88 100644
--- a/all.json
+++ b/all.json
@@ -531,8 +531,8 @@
531 "author": "Sampath Kumar Krishnan <sampath3493@gmail.com>", 531 "author": "Sampath Kumar Krishnan <sampath3493@gmail.com>",
532 "featured": false, 532 "featured": false,
533 "id": "jitsi", 533 "id": "jitsi",
534 "name": "Jitsi", 534 "name": "Jitsi Meet",
535 "version": "1.0.2", 535 "version": "1.0.3",
536 "icons": { 536 "icons": {
537 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/jitsi/icon.png", 537 "png": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/jitsi/icon.png",
538 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/jitsi/icon.svg" 538 "svg": "https://cdn.jsdelivr.net/gh/getferdi/recipes/uncompressed/jitsi/icon.svg"
diff --git a/archives/jitsi.tar.gz b/archives/jitsi.tar.gz
index 9025704..ca05ab4 100644
--- a/archives/jitsi.tar.gz
+++ b/archives/jitsi.tar.gz
Binary files differ
diff --git a/uncompressed/jitsi/index.js b/uncompressed/jitsi/index.js
index 74b9592..6e3a728 100644
--- a/uncompressed/jitsi/index.js
+++ b/uncompressed/jitsi/index.js
@@ -1,2 +1,6 @@
1"use strict"; 1"use strict";
2module.exports = Ferdi => Ferdi; \ No newline at end of file 2module.exports = Franz => class Jitsi extends Franz {
3 overrideUserAgent() {
4 return window.navigator.userAgent.replace(/(Ferdi|Electron)\/\S+ \([^)]+\)/g, '').trim();
5 }
6} \ No newline at end of file
diff --git a/uncompressed/jitsi/package.json b/uncompressed/jitsi/package.json
index 81990cb..4a6908a 100644
--- a/uncompressed/jitsi/package.json
+++ b/uncompressed/jitsi/package.json
@@ -1,13 +1,15 @@
1{ 1{
2 "id": "jitsi", 2 "id": "jitsi",
3 "name": "Jitsi", 3 "name": "Jitsi Meet",
4 "version": "1.0.2", 4 "version": "1.0.3",
5 "description": "Jitsi", 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>",
8 "license": "MIT", 8 "license": "MIT",
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 "hasCustomUrl": true,
13 "message": "For the public instance, use https://meet.jit.si/ for the Custom server"
12 } 14 }
13} 15}