Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

twa-manifest.json 818B

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