RoundCube Webmail
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.

20 lines
674 B

  1. {
  2. "name": "Elastic",
  3. "author": "Aleksander Machniak",
  4. "license": "Creative Commons Attribution-ShareAlike",
  5. "license-url": "http://creativecommons.org/licenses/by-sa/3.0/",
  6. "config": {
  7. "supported_layouts": ["widescreen"],
  8. "jquery_ui_colors_theme": "bootstrap",
  9. "embed_css_location": "/styles/embed.css",
  10. "editor_css_location": "/styles/embed.css",
  11. "dark_mode_support": true,
  12. "media_browser_css_location": "none",
  13. "additional_logo_types": ["dark", "small", "small-dark"]
  14. },
  15. "meta": {
  16. "viewport": "width=device-width, initial-scale=1.0, shrink-to-fit=no, maximum-scale=1.0",
  17. "theme-color": "#f4f4f4",
  18. "msapplication-navbutton-color": "#f4f4f4"
  19. }
  20. }