mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
set theme color as well for pwa
This commit is contained in:
parent
9212a1313e
commit
c91290fac2
@ -295,6 +295,7 @@ async function buildOffline(version, assetPaths) {
|
||||
{"src": assetPaths.iconPngPath(), "sizes": "384x384", "type": "image/png"},
|
||||
{"src": assetPaths.iconSvgPath(), "type": "image/svg+xml"},
|
||||
],
|
||||
theme_color: "#0DBD8B"
|
||||
};
|
||||
const manifestJson = JSON.stringify(webManifest);
|
||||
const manifestPath = resource("manifest.json", manifestJson);
|
||||
|
Loading…
Reference in New Issue
Block a user