webmanifest: add theme_color

This commit is contained in:
778a69cd 2023-08-11 00:06:34 +02:00
parent 733d58a49b
commit 3f747459d1

View file

@ -23,6 +23,7 @@ export default defineConfig(({ command }) => {
strategies: "injectManifest",
srcDir: "src",
filename: "service-worker.ts",
theme_color: "#ffd599",
// injectRegister: "auto",
// devOptions: {
// enabled: true,