2020-10-12 12:05:56 +03:00
|
|
|
{
|
|
|
|
|
"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": [
|
|
|
|
|
{
|
2020-10-22 15:35:40 +02:00
|
|
|
"src": "static/pwa/icons/icon192.png",
|
2020-10-12 12:05:56 +03:00
|
|
|
"type": "image/png",
|
|
|
|
|
"sizes": "192x192"
|
|
|
|
|
},
|
|
|
|
|
{
|
2020-10-22 15:35:40 +02:00
|
|
|
"src": "static/pwa/icons/icon512.png",
|
2020-10-12 12:05:56 +03:00
|
|
|
"type": "image/png",
|
|
|
|
|
"sizes": "512x512"
|
2020-10-15 10:38:49 +03:00
|
|
|
},
|
|
|
|
|
{
|
2020-10-22 15:35:40 +02:00
|
|
|
"src": "static/pwa/icons/iconMask.png",
|
2020-10-20 10:18:11 +02:00
|
|
|
"sizes": "512x512",
|
2020-10-15 10:38:49 +03:00
|
|
|
"type": "image/png",
|
2020-10-20 10:18:11 +02:00
|
|
|
"purpose": "maskable"
|
2020-10-12 12:05:56 +03:00
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"start_url": "/",
|
2020-10-14 14:14:48 +02:00
|
|
|
"background_color": "#17A0DB",
|
2020-10-12 12:05:56 +03:00
|
|
|
"display": "standalone",
|
|
|
|
|
"scope": "/",
|
2020-10-14 14:14:48 +02:00
|
|
|
"theme_color": "#17A0DB"
|
2020-10-12 12:05:56 +03:00
|
|
|
}
|
|
|
|
|
|