mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-11-29 12:14:34 -06:00
19 lines
517 B
XML
19 lines
517 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
~ 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.
|
|
-->
|
|
|
|
<browserconfig>
|
|
<msapplication>
|
|
<tile>
|
|
<square150x150logo src="/mstile-150x150.png"/>
|
|
<TileColor>#da532c</TileColor>
|
|
</tile>
|
|
</msapplication>
|
|
</browserconfig>
|