Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added <TileColor> tag and recommended image sizes #1728

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions src/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Please read: https://msdn.microsoft.com/en-us/library/ie/dn455106.aspx -->
<!-- Browser configuration schema reference: https://msdn.microsoft.com/en-us/library/ie/dn455106.aspx -->
<!-- Custom tiles in IE11: https://msdn.microsoft.com/en-us/library/dn455106.aspx -->
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="tile.png"/>
<square150x150logo src="tile.png"/>
<wide310x150logo src="tile-wide.png"/>
<square310x310logo src="tile.png"/>
<square70x70logo src="tile-128x128.png"/>
<square150x150logo src="tile-270x270.png"/>
<wide310x150logo src="tile-wide-558x270.png"/>
<square310x310logo src="tile-558x558.png"/>
<TileColor>#222222</TileColor>
</tile>
</msapplication>
</browserconfig>