• XhmikosR's avatar
    New favicons. · e9323459
    XhmikosR authored
    Include everything for most browsers to work including Android.
    
    Kept favicon.ico to the root dir.
    
    Also added a manifest.json for PWA.
    e9323459
browserconfig.xml 292 bytes
---
---
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
    <msapplication>
        <tile>
            <square150x150logo src="{{ site.baseurl }}/assets/img/favicons/mstile-150x150.png"/>
            <TileColor>#563d7c</TileColor>
        </tile>
    </msapplication>
</browserconfig>