Skip to content

Commit a173514

Browse files
committed
Refactor(manifest): better PWA support
1 parent 12216c7 commit a173514

23 files changed

+300
-310
lines changed

frontend/public/browserconfig.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#000000</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>
13.9 KB
Loading
42.3 KB
Loading
8.02 KB
Loading
10.6 KB
Loading
11.8 KB
Loading
12.9 KB
Loading
104 KB
Loading
File renamed without changes.
5.07 KB
Loading

0 commit comments

Comments
 (0)