2021-05-15 04:23:36 -05: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 17:21:22 +03:00
|
|
|
"themeManifests": [
|
2023-05-30 22:59:33 -04:00
|
|
|
"{{ '' if matrix_client_hydrogen_path_prefix == '/' else matrix_client_hydrogen_path_prefix }}/assets/theme-element.json"
|
2022-07-17 17:21:22 +03:00
|
|
|
],
|
|
|
|
"defaultTheme": {
|
|
|
|
"light": "element-light",
|
|
|
|
"dark": "element-dark"
|
|
|
|
}
|
2021-05-15 04:23:36 -05:00
|
|
|
}
|