privacyguides.org/assets/img/favicons/browserconfig.xml
Vince 520e28626a Implement Sass (#568)
* Move all images to assets/img

* Move all scripts to assets/js

* Move all webfonts to assets/webfonts

* Move all files to assets/files

* Move css to assets/css and add imports

* Adjust all references to assets folder

* Fix tor icon path

* Rewrite custom css to sass and add variables

* Change ?v on style.css to 5.

* Enable Sass minification

* Remove CryptoPaper-full.7z
2018-11-07 21:52:56 +01:00

13 lines
563 B
XML

<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="https://www.privacytools.io/img/favicons/mstile-70x70.png?v=2"/>
<square150x150logo src="https://www.privacytools.io/img/favicons/mstile-150x150.png?v=2"/>
<square310x310logo src="https://www.privacytools.io/img/favicons/mstile-310x310.png?v=2"/>
<wide310x150logo src="https://www.privacytools.io/img/favicons/mstile-310x150.png?v=2"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>