feat: added platform specific favicons

This commit is contained in:
Bart van der Braak 2023-07-20 02:06:39 +02:00
parent a68d410bdc
commit 04b60cb637
11 changed files with 100 additions and 9 deletions

9
static/browserconfig.xml Normal file
View file

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