Elastic2022/meta.json

21 lines
676 B
JSON
Raw Normal View History

2024-05-25 15:44:05 +00:00
{
"name": "Elastic2022",
"author": "Sebastien Mille",
"url": "https://github.com/seb1k/Elastic2022",
"license": "Creative Commons Attribution-ShareAlike",
"license-url": "http://creativecommons.org/licenses/by-sa/3.0/",
"config": {
"supported_layouts": ["widescreen"],
"jquery_ui_colors_theme": "bootstrap",
"embed_css_location": "/styles/embed.css",
"editor_css_location": "/styles/embed.css",
"dark_mode_support": true,
"media_browser_css_location": "none",
"additional_logo_types": ["dark", "small", "small-dark"]
},
"meta": {
2024-06-18 22:10:06 +00:00
"viewport": "width=device-width, initial-scale=1.0, shrink-to-fit=no, maximum-scale=1.0",
"theme-color": "#ffffff"
2024-05-25 15:44:05 +00:00
}
}