forked from potsda.mn/mobilizon
change app color
This commit is contained in:
parent
32504d31df
commit
ba3ed6cbd0
|
@ -15,7 +15,7 @@ module.exports = {
|
|||
}
|
||||
},
|
||||
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",
|
||||
workboxOptions: {
|
||||
// swSrc is required in InjectManifest mode.
|
||||
|
|
Loading…
Reference in a new issue