Add comprehensive favicon and PWA support

This commit is contained in:
Peter
2025-06-07 11:10:40 +01:00
parent 15a353f224
commit f120ac7d2f
6 changed files with 113 additions and 3 deletions

9
browserconfig.xml Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="assets/images/favicon.svg"/>
<TileColor>#667eea</TileColor>
</tile>
</msapplication>
</browserconfig>