audreyfeldroy / favicon-cheat-sheet

Obsessive cheat sheet to favicon sizes/types. Please contribute! (Note: this may be in flux as I learn new things about favicon best practices.)
MIT License
9.85k stars 413 forks source link

Update for Chrome on Android #40

Open brentcas opened 10 years ago

brentcas commented 10 years ago

Needs an update for Android's Chrome update. The apple-touch-icon has been depreciated.

<link rel="shortcut icon" sizes="196x196" href="nice-highres.png"> <link rel="shortcut icon" sizes="128x128" href="niceicon.png">

Add to Homescreen - Google Chrome Mobile — Google Developers

mathiasbynens commented 10 years ago

The shortcut part isn’t needed. I wish @PaulKinlan would change the docs already :P

<link rel="icon" sizes="196x196" href="touch-icon-196x196.png">
<link rel="icon" sizes="128x128" href="touch-icon-196x196.png">
brentcas commented 10 years ago

Nice catch. That would be great! haha

oli commented 6 years ago

Seems like Chrome dev docs refer to 192px not 196px:

https://developer.chrome.com/multidevice/android/installtohomescreen ← appears to be the current version of the now 404’ed “Add to Homescreen” link above

and also in other web app manifest docs:

Where does 196px come from? ah