mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-30 17:53:31 -04:00 
			
		
		
		
	White background favicons-2 (#860)
* New favicons * Add references to new image paths
This commit is contained in:
		| @@ -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", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user