Have set up my website on github pages: w8tiles I use buildmypinnedsite to create all the markup and images. I open the site in ie11 on windows 8.1. Add the site to the applications and see an ie logo with some random background color(that is usually the same for all sites I add). I pin the site to start and its still an ie logo with some background color that doesnt match the one I define in browserconfig.xml. Below is the code to set the background and tile in html. Same code is in the browserconfig.
<meta name="msapplication-TileColor" content="#603cba">
<meta name="msapplication-TileImage" content="mstile-144x144.png">
The question is: what am I doing wrong and why the images I add as a tiles are ignored? Note: I added all the images to the root and checked that they are all available via the link + browserconfig.xml is available too.
The detailed desciption of the issue is listed here