2015-03-27 11:59:07 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-08-11 05:36:05 +02:00
|
|
|
<!--
|
|
|
|
|
~ browserconfig.xml
|
|
|
|
|
~ Copyright (c) 2017 thegrumpydictator@gmail.com
|
|
|
|
|
~ This software may be modified and distributed under the terms of the
|
|
|
|
|
~ Creative Commons Attribution-ShareAlike 4.0 International License.
|
|
|
|
|
~
|
|
|
|
|
~ See the LICENSE file for details.
|
|
|
|
|
-->
|
|
|
|
|
|
2015-03-27 11:59:07 +01:00
|
|
|
<browserconfig>
|
2017-07-08 06:28:44 +02:00
|
|
|
<msapplication>
|
|
|
|
|
<tile>
|
|
|
|
|
<square150x150logo src="/mstile-150x150.png"/>
|
|
|
|
|
<TileColor>#da532c</TileColor>
|
|
|
|
|
</tile>
|
|
|
|
|
</msapplication>
|
2015-03-27 11:59:07 +01:00
|
|
|
</browserconfig>
|