gleero / grunt-favicons

Generate favicon.ico and icons for iOS, Android and WP8
MIT License
232 stars 48 forks source link

Pinned icons Safari 9 #69

Closed viktorbijlenga closed 7 years ago

viktorbijlenga commented 9 years ago

Would it be possible somehow to add support for the pinned icon in Safari 9? The markup looks like this, if I have understood right.

<link rel="icon" sizes="any" mask href="icon-name.svg">

If you want the icon to match the brand color, you need to add a theme-color meta tag.

<meta name="theme-color" content="#0099CC">

Doucumentation: https://developer.apple.com/library/prerelease/mac/releasenotes/General/WhatsNewInSafari/Articles/Safari_9.html

viktorbijlenga commented 7 years ago

I’m closing this.