mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
It must be served from the same origin, so we need to bypass the CDN we use for meet.jit.si. See the code comments for the rationale on the workaround.
36 lines
752 B
JSON
36 lines
752 B
JSON
{
|
|
"android_package_name": "org.jitsi.meet",
|
|
"prefer_related_applications": true,
|
|
"related_applications": [
|
|
{
|
|
"id": "org.jitsi.meet",
|
|
"platform": "chromeos_play"
|
|
}
|
|
],
|
|
"short_name": "Jitsi Meet",
|
|
"name": "Jitsi Meet",
|
|
"icons": [
|
|
{
|
|
"src": "static/pwa/icons/icon192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "static/pwa/icons/icon512.png",
|
|
"type": "image/png",
|
|
"sizes": "512x512"
|
|
},
|
|
{
|
|
"src": "static/pwa/icons/iconMask.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"start_url": "/",
|
|
"background_color": "#17A0DB",
|
|
"display": "standalone",
|
|
"scope": "/",
|
|
"theme_color": "#17A0DB"
|
|
}
|
|
|