mirror of
https://github.com/Radarr/Radarr
synced 2026-01-06 23:55:25 +01:00
(cherry picked from commit aedcd046fc4fc621dae4b231cc80d4b269a69177) Fixed: PWA Manifest images (cherry picked from commit da7d17f5e826d5273dba0b4f73227ffc8ed8a6c7) Closes #10317 Closes #10329
11 lines
253 B
XML
11 lines
253 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<browserconfig>
|
|
<msapplication>
|
|
<tile>
|
|
<square150x150logo src="__URL_BASE__/Content/Images/Icons/mstile-150x150.png" />
|
|
<TileColor>
|
|
#00ccff
|
|
</TileColor>
|
|
</tile>
|
|
</msapplication>
|
|
</browserconfig>
|