Hi,
I recently bought a Windows 10 Mobile phone, and I noticed that when you add a shortcut on your home screen to a Sonarr instance, it uses the plain old Microsoft Edge icon. A Sonarr icon would be much prettier !
Couchpotato does it already. Here is the code in the HTML header:
`
`I manually added a Sonarr icon (padded around the edges) to the index.html and login.html pages, however I am using Sonarr behind a reverse proxy; the path to the resource files is not modified automatically. This is probably a function somewhere in the code.
I added a GitHub issue before asking here (whoops! just read in the help section I had to add it here first, sorry about that). https://github.com/Sonarr/Sonarr/issues/1108
As of right now my manually modified file (along with the manually edited path to resources) works well, with a single 1024x1024 image for the Sonarr logo. I cannot get the background color for the tile working, but I did not look too much into it.
Is this something that could be integrated in a future version? It looks like a fairly easy addition. I can provide my optimized PNG for the logo (it could use some resizing, the logo looks a bit too big as it is right now).
Thanks!