Align frontend with VitePWA webmanifest requirements

This commit is contained in:
wvffle 2022-10-13 19:03:06 +00:00 committed by Georg Krause
commit 7e53ee54e8
17 changed files with 79 additions and 1 deletions

View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png?v=1"/>
<TileColor>#009fe3</TileColor>
</tile>
</msapplication>
</browserconfig>