Skip to content

Commit

Permalink
Added Jitsi #695
Browse files Browse the repository at this point in the history
  • Loading branch information
ManeraKai committed May 17, 2023
1 parent f9216e5 commit d1b4501
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 3 deletions.
39 changes: 39 additions & 0 deletions src/assets/images/meet-icon-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/images/meet-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 24 additions & 3 deletions src/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -784,9 +784,9 @@
}
},
"targets": [
"^https?:\\/{2}speedtest\\.libredirect\\.invalid",
"^https?:\\/{2}(www\\.)?fast\\.com\\/",
"^https?:\\/{2}(www\\.)?speedtest\\.net\\/"
"^https?:\\/{2}speedtest\\.libredirect\\.invalid\\/",
"^https?:\\/{2}(www\\.)?fast\\.com\\/$",
"^https?:\\/{2}(www\\.)?speedtest\\.net\\/$"
],
"name": "Speed Test",
"options": {
Expand All @@ -797,6 +797,27 @@
"imageType": "svgMono",
"embeddable": false,
"url": "https://speedtest.libredirect.invalid"
},
"meet": {
"name": "Meet",
"frontends": {
"jitsi": {
"name": "Jitsi",
"instanceList": true,
"url": "https://jitsi.org"
}
},
"targets": [
"^https?:\\/{2}meet\\.libredirect\\.invalid\\/"
],
"options": {
"enabled": false,
"unsupportedUrls": "bypass",
"frontend": "jitsi"
},
"imageType": "svgMono",
"embeddable": false,
"url": "https://meet.libredirect.invalid"
}
}
}

0 comments on commit d1b4501

Please sign in to comment.