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.

manifest.json 752B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "android_package_name": "org.jitsi.meet",
  3. "prefer_related_applications": true,
  4. "related_applications": [
  5. {
  6. "id": "org.jitsi.meet",
  7. "platform": "chromeos_play"
  8. }
  9. ],
  10. "short_name": "Jitsi Meet",
  11. "name": "Jitsi Meet",
  12. "icons": [
  13. {
  14. "src": "static/pwa/icons/icon192.png",
  15. "type": "image/png",
  16. "sizes": "192x192"
  17. },
  18. {
  19. "src": "static/pwa/icons/icon512.png",
  20. "type": "image/png",
  21. "sizes": "512x512"
  22. },
  23. {
  24. "src": "static/pwa/icons/iconMask.png",
  25. "sizes": "512x512",
  26. "type": "image/png",
  27. "purpose": "maskable"
  28. }
  29. ],
  30. "start_url": "/",
  31. "background_color": "#17A0DB",
  32. "display": "standalone",
  33. "scope": "/",
  34. "theme_color": "#17A0DB"
  35. }