simple-note/browserconfig.xml
westtle 3cde3b8fee added favicon(s)
...and some other stuff. i used a favicon generator (realfavicongenerator.net) and just removed some images i don't need (pretty sure there are more stuff that aren't necessary but i will keep them for now).
2024-02-08 15:59:33 +07:00

12 lines
No EOL
516 B
XML

<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="./assets/images/favicons/mstile-70x70.png" />
<square150x150logo src="./assets/images/favicons/mstile-150x150.png" />
<square310x310logo src="./assets/images/favicons/mstile-310x310.png" />
<wide310x150logo src="./assets/images/favicons/mstile-310x150.png" />
<TileColor>#000000</TileColor>
</tile>
</msapplication>
</browserconfig>