config.js.dist 805 B

1234567891011121314151617181920212223242526272829303132
  1. var supportedLocales = ['de', 'en', 'fr', 'he', 'pl', 'ro']
  2. var defaultLocale = 'en'
  3. // If you use the default app list, but want to hide some, add them here
  4. var hidden_apps = [
  5. // "example-app"
  6. ]
  7. // Alternatively, if any apps are listed here, no other apps will be listed
  8. var only_apps = [
  9. ]
  10. // Apps listed here will be listed first, and have a star icon. The defaults
  11. // here are those with up-to-date "advanced" compliance for IM, per xmpp.org.
  12. var star_apps = [
  13. "conversations",
  14. "monocles",
  15. "dino",
  16. ]
  17. // You can add custom apps here, which will be merged with the default list
  18. // It's also possible to override existing apps in the list with custom
  19. // metadata.
  20. var custom_apps = {
  21. /*
  22. "my-app": {
  23. "title": "My XMPP App",
  24. "logo": "/my-logo.svg",
  25. "windows": "https://example.com"
  26. }
  27. */
  28. }