<?php
/**
 * @var $this \yii\web\View
 * @var $iconPath string
 */
?>
<?= '<?xml version="1.0" encoding="utf-8"?>' ?>

<browserconfig>
    <msapplication>
        <tile>
            <square70x70logo src="<?= $iconPath ?>/mstile-70x70.png"/>
            <square150x150logo src="<?= $iconPath ?>/mstile-150x150.png"/>
            <square310x310logo src="<?= $iconPath ?>/mstile-310x310.png"/>
            <wide310x150logo src="<?= $iconPath ?>/mstile-310x150.png"/>
            <TileColor>#ffffff</TileColor>
        </tile>
    </msapplication>
</browserconfig>