mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
8b9ebe29c2
The key file was favicon.ico, but other browsers can support other formats. And those browsers/devices that allow for "pinning" the site require some additional files as well.
10 lines
246 B
XML
10 lines
246 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<browserconfig>
|
|
<msapplication>
|
|
<tile>
|
|
<square70x70logo src="dist/mstile-70x70.png"/>
|
|
<TileColor>#000000</TileColor>
|
|
</tile>
|
|
</msapplication>
|
|
</browserconfig>
|