export default [ { rel: 'apple-touch-icon', sizes: '114x114', href: 'assets/apple-touch-icon-114x114.png', }, { rel: 'apple-touch-icon', sizes: '120x120', href: 'assets/apple-touch-icon-120x120.png', }, { rel: 'apple-touch-icon', sizes: '144x144', href: 'assets/apple-touch-icon-144x144.png', }, { rel: 'apple-touch-icon', sizes: '152x152', href: 'assets/apple-touch-icon-152x152.png', }, { rel: 'apple-touch-icon', sizes: '180x180', href: 'assets/apple-touch-icon-180x180.png', }, { rel: 'apple-touch-icon', sizes: '57x57', href: 'assets/apple-touch-icon-57x57.png' }, { rel: 'apple-touch-icon', sizes: '60x60', href: 'assets/apple-touch-icon-60x60.png' }, { rel: 'apple-touch-icon', sizes: '72x72', href: 'assets/apple-touch-icon-72x72.png' }, { rel: 'apple-touch-icon', sizes: '76x76', href: 'assets/apple-touch-icon-76x76.png' }, { rel: 'apple-touch-startup-image', media: '(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1)', href: 'assets/apple-touch-startup-image-320x460.png', }, { rel: 'apple-touch-startup-image', media: '(device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 2)', href: 'assets/apple-touch-startup-image-640x920.png', }, { rel: 'apple-touch-startup-image', media: '(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)', href: 'assets/apple-touch-startup-image-640x1096.png', }, { rel: 'apple-touch-startup-image', media: '(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)', href: 'assets/apple-touch-startup-image-750x1294.png', }, { rel: 'apple-touch-startup-image', media: '(device-width: 414px) and (device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3)', href: 'assets/apple-touch-startup-image-1182x2208.png', }, { rel: 'apple-touch-startup-image', media: '(device-width: 414px) and (device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3)', href: 'assets/apple-touch-startup-image-1242x2148.png', }, { rel: 'apple-touch-startup-image', media: '(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 1)', href: 'assets/apple-touch-startup-image-748x1024.png', }, { rel: 'apple-touch-startup-image', media: '(device-width: 768px) and (device-height: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2)', href: 'assets/apple-touch-startup-image-1496x2048.png', }, { rel: 'apple-touch-startup-image', media: '(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 1)', href: 'assets/apple-touch-startup-image-768x1004.png', }, { rel: 'apple-touch-startup-image', media: '(device-width: 768px) and (device-height: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2)', href: 'assets/apple-touch-startup-image-1536x2008.png', }, { rel: 'icon', type: 'image/png', sizes: '16x16', href: 'assets/favicon-16x16.png' }, { rel: 'icon', type: 'image/png', sizes: '228x228', href: 'assets/coast-228x228.png' }, { rel: 'icon', type: 'image/png', sizes: '32x32', href: 'assets/favicon-32x32.png' }, { rel: 'manifest', href: 'assets/manifest.json' }, { rel: 'shortcut icon', href: 'assets/favicon.ico' }, { rel: 'yandex-tableau-widget', href: 'assets/yandex-browser-manifest.json' }, ];