White background favicons-2 (#860)

* New favicons

* Add references to new image paths
This commit is contained in:
cadamswaite
2021-12-16 00:32:38 +00:00
committed by GitHub
parent 5936c919c4
commit cc2b53a211
18 changed files with 48 additions and 63 deletions

View File

@@ -36,11 +36,19 @@ module.exports = {
pwa: {
name: manifestJSON.short_name,
themeColor: manifestJSON.theme_color,
msTileColor: manifestJSON.background_color,
msTileColor: manifestJSON.theme_color,
appleMobileWebAppCapable: "yes",
appleMobileWebAppStatusBarStyle: "black",
manifestCrossorigin: "use-credentials",
iconPaths: {
maskicon: "img/icons/safari-pinned-tab.svg",
favicon32: "img/icons/favicon-32x32.png",
favicon16: "img/icons/favicon-16x16.png",
appleTouchIcon: "img/icons/apple-touch-icon.png",
msTileImage: "img/icons/mstile-150x150.png",
},
workboxPluginMode: "InjectManifest",
workboxOptions: {
swSrc: "./src/sw.js",