diff --git a/scripts/build.mjs b/scripts/build.mjs index da2c7b2f..7084ebc0 100644 --- a/scripts/build.mjs +++ b/scripts/build.mjs @@ -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);