change app color
This commit is contained in:
parent
32504d31df
commit
ba3ed6cbd0
|
@ -15,7 +15,7 @@ module.exports = {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
pwa: {
|
pwa: {
|
||||||
themeColor: "#ffd599", //not required for service worker, but place theme color here if manifest.json doesn't change the color
|
themeColor: "#abcdef", //not required for service worker, but place theme color here if manifest.json doesn't change the color
|
||||||
workboxPluginMode: "InjectManifest",
|
workboxPluginMode: "InjectManifest",
|
||||||
workboxOptions: {
|
workboxOptions: {
|
||||||
// swSrc is required in InjectManifest mode.
|
// swSrc is required in InjectManifest mode.
|
||||||
|
|
Loading…
Reference in a new issue