mirror of
https://github.com/YunoHost/install-app.git
synced 2024-09-03 20:06:19 +02:00
115b79e025
- Use the same CSS and files as SSOwat - Introduce locale - Add support for community apps
12 lines
375 B
XML
12 lines
375 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<browserconfig>
|
|
<msapplication>
|
|
<tile>
|
|
<square70x70logo src="/mstile-70x70.png"/>
|
|
<square150x150logo src="/mstile-150x150.png"/>
|
|
<square310x310logo src="/mstile-310x310.png"/>
|
|
<wide310x150logo src="/mstile-310x150.png"/>
|
|
<TileColor>#da532c</TileColor>
|
|
</tile>
|
|
</msapplication>
|
|
</browserconfig>
|