Files
jitsi-meet/twa/twa-manifest.json
Saúl Ibarra Corretgé 2763c2f5c9 fix(twa) update template
Set version to 1.0.0 with a very large version code so it's automatically kept
around when pushing new versions.

Additionally drop some no longer needed icon assets (bubblewrap did this).
2021-01-12 14:56:04 +01:00

27 lines
818 B
JSON

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