You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

twa-manifest.json 911B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "packageId": "org.jitsi.meet",
  3. "host": "meet.jit.si",
  4. "name": "Jitsi Meet",
  5. "launcherName": "Jitsi Meet",
  6. "display": "standalone",
  7. "themeColor": "#2A3A4B",
  8. "navigationColor": "#000000",
  9. "navigationColorDark": "#000000",
  10. "navigationDividerColor": "#000000",
  11. "navigationDividerColorDark": "#000000",
  12. "backgroundColor": "#2A3A4B",
  13. "enableNotifications": false,
  14. "startUrl": "/",
  15. "iconUrl": "https://alpha.jitsi.net/static/pwa/icons/icon512.png",
  16. "splashScreenFadeOutDuration": 300,
  17. "signingKey": {
  18. "path": "./android/app/debug.keystore",
  19. "alias": "android"
  20. },
  21. "appVersionName": "1",
  22. "appVersionCode": 1,
  23. "shortcuts": [],
  24. "generatorApp": "bubblewrap-cli",
  25. "webManifestUrl": "https://alpha.jitsi.net/static/pwa/manifest.json",
  26. "fallbackType": "customtabs",
  27. "features": {},
  28. "enableSiteSettingsShortcut": true,
  29. "isChromeOSOnly": false,
  30. "appVersion": "1"
  31. }