1
0
Fork 0
mirror of https://git.sr.ht/~cadence/cloudtube synced 2026-05-26 12:32:25 +00:00

Add favicon and PWA manifest

This commit is contained in:
jo! 2022-12-15 20:07:02 +00:00 committed by Cadence Ember
parent 61c8e205d8
commit 17185c6b5e
11 changed files with 74 additions and 0 deletions

9
html/browserconfig.xml Normal file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/static/images/mstile-150x150.png"/>
<TileColor>#2b5797</TileColor>
</tile>
</msapplication>
</browserconfig>