mirror of
https://github.com/iv-org/invidious.git
synced 2025-11-03 05:38:30 -06:00
15 lines
368 B
XML
15 lines
368 B
XML
<!--
|
|
SPDX-FileCopyrightText: 2019 Omar Roth <omarroth@protonmail.com>
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
<browserconfig>
|
|
<msapplication>
|
|
<tile>
|
|
<square150x150logo src="/mstile-150x150.png"/>
|
|
<TileColor>#2b5797</TileColor>
|
|
</tile>
|
|
</msapplication>
|
|
</browserconfig>
|