jiti-meet/manifest.json

36 lines
752 B
JSON
Raw Normal View History

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