jiti-meet/twa/twa-manifest.json

27 lines
818 B
JSON
Raw Normal View History

2020-10-13 12:43:09 +00:00
{
"packageId": "org.jitsi.meet",
"host": "meet.jit.si",
"name": "Jitsi Meet",
"launcherName": "Jitsi Meet",
"display": "standalone",
"themeColor": "#17A0DB",
2020-10-13 12:43:09 +00:00
"navigationColor": "#000000",
"navigationColorDark": "#000000",
"navigationDividerColor": "#000000",
"navigationDividerColorDark": "#000000",
"backgroundColor": "#17A0DB",
2020-10-13 12:43:09 +00:00
"enableNotifications": false,
"startUrl": "/",
"iconUrl": "https://meet.jit.si/static/pwa/icons/icon512.png",
2020-10-13 12:43:09 +00:00
"splashScreenFadeOutDuration": 300,
"appVersionName": "1.0.0",
"appVersionCode": 2000000000,
"shortcuts": [],
2020-10-13 12:43:09 +00:00
"generatorApp": "bubblewrap-cli",
"webManifestUrl": "https://meet.jit.si/manifest.json",
2020-10-13 12:43:09 +00:00
"fallbackType": "customtabs",
"features": {},
"enableSiteSettingsShortcut": true,
"isChromeOSOnly": true,
"appVersion": "1.0.0"
2020-10-13 12:43:09 +00:00
}