perf(web): add favicon, webmanifest and browserconfig

This commit is contained in:
2025-01-07 13:27:14 +03:00
parent 14a7104c5f
commit ffc249a9f8
30 changed files with 77 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="/ms-icon-70x70.png" />
<square150x150logo src="/ms-icon-150x150.png" />
<square310x310logo src="/ms-icon-310x310.png" />
<TileColor>#8B6D5C</TileColor>
</tile>
</msapplication>
</browserconfig>