Files
biibaye/public/favicon/browserconfig.xml
odaybari 3f24d2791a Replace branding assets with Biibaye SVGs and favicons
- Updated all favicon files with Biibaye-branded icons
- Updated logo SVGs and icon PNGs
- Updated extension.js favicon references to match new filenames
- Updated browserconfig.xml with correct paths and #FF4500 tile color
2026-05-24 19:31:40 +03:00

12 lines
387 B
XML

<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="/favicon/ms-icon-70x70.png"/>
<square150x150logo src="/favicon/ms-icon-150x150.png"/>
<square310x310logo src="/favicon/ms-icon-310x310.png"/>
<TileColor>#FF4500</TileColor>
</tile>
</msapplication>
</browserconfig>