{#
 # icons were generated by "grunt generate-appicons"
 #
 # Feel free to modify this file!
 # Be aware that some colors and the path are also declared in some generated files
 # in "static/img/appicons", so modify them by changing the config at "grunt/config/realFavicon.js"
 #}
<link rel="apple-touch-icon" sizes="180x180" href="{{ asset('<%= assetBasePath %>/img/appicons/apple-touch-icon.png') }}">
<link rel="apple-touch-icon-precomposed" sizes="180x180" href="{{ asset('<%= assetBasePath %>/img/appicons/apple-touch-icon-precomposed.png') }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ asset('<%= assetBasePath %>/img/appicons/favicon-32x32.png') }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ asset('<%= assetBasePath %>/img/appicons/favicon-16x16.png') }}">
<link rel="manifest" href="{{ asset('<%= assetBasePath %>/img/appicons/site.webmanifest') }}">
<link rel="mask-icon" href="{{ asset('<%= assetBasePath %>/img/appicons/safari-pinned-tab.svg') }}" color="#b0ca0a">
<link rel="shortcut icon" href="{{ asset('<%= assetBasePath %>/img/appicons/favicon.ico') }}">
<meta name="msapplication-TileColor" content="#b0ca0a">
<meta name="msapplication-TileImage" content="{{ asset('<%= assetBasePath %>/img/appicons/mstile-144x144.png') }}">
<meta name="msapplication-config" content="{{ asset('<%= assetBasePath %>/img/appicons/browserconfig.xml') }}">
<meta name="theme-color" content="#ffffff">
