I don't have a screenshot yet, but I'll attach one in a second. Regardless, it doesn't have to be added to the every page. You can also add a file named 'browserconfig.xml' to the root of the webdir with the following in it. (make sure to link the images correctly)
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="tiny.png"/>
<square150x150logo src="square.png"/>
<wide310x150logo src="wide.jpg"/>
<square310x310logo src="large.jpg"/>
<TileColor>#c21dc2</TileColor>
</tile>
</msapplication>
</browserconfig>