2021-05-15 09:23:36 +00:00
|
|
|
{
|
2022-07-21 03:12:42 +00:00
|
|
|
"push": {{ matrix_client_hydrogen_push | to_json }},
|
|
|
|
"defaultHomeServer": {{ matrix_client_hydrogen_default_hs_url | string | to_json }},
|
|
|
|
"bugReportEndpointUrl": {{ matrix_client_hydrogen_bugReportEndpointUrl | to_json }},
|
2022-07-17 14:21:22 +00:00
|
|
|
"themeManifests": [
|
2023-02-14 08:56:16 +00:00
|
|
|
"{{ matrix_client_hydrogen_path_prefix }}assets/theme-element.json"
|
2022-07-17 14:21:22 +00:00
|
|
|
],
|
|
|
|
"defaultTheme": {
|
|
|
|
"light": "element-light",
|
|
|
|
"dark": "element-dark"
|
|
|
|
}
|
2021-05-15 09:23:36 +00:00
|
|
|
}
|