mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
1e2cd9c2d1
So the whole vector/ directory can now be removed during the build process and we don't ship random files that end up in the vector directory.
12 lines
439 B
XML
12 lines
439 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<browserconfig>
|
|
<msapplication>
|
|
<tile>
|
|
<square70x70logo src="/vector-icons/mstile-70x70.png"/>
|
|
<square150x150logo src="/vector-icons/mstile-150x150.png"/>
|
|
<square310x310logo src="/vector-icons/mstile-310x310.png"/>
|
|
<wide310x150logo src="/vector-icons/mstile-310x150.png"/>
|
|
<TileColor>#da532c</TileColor>
|
|
</tile>
|
|
</msapplication>
|
|
</browserconfig>
|