RealFaviconGenerator/realfavicongenerator

Microsoft Edge Chromium PWA Windows 10 tile background

Opened this issue · 0 comments

I can't get it to work to display a different background than the system default if I install the pwa through Microsoft Edge (Chromium).

<meta name="msapplication-TileColor" content="#dddddd"> does not work
and browserconfig.xml is ignored too.
"background_color": "#dddddd" in the webmanifest has also no effect.
What I am doing wrong?