We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Needs an update for Android's Chrome update. The apple-touch-icon has been depreciated.
apple-touch-icon
<link rel="shortcut icon" sizes="196x196" href="nice-highres.png"> <link rel="shortcut icon" sizes="128x128" href="niceicon.png">
<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
The text was updated successfully, but these errors were encountered:
The shortcut part isn’t needed. I wish @PaulKinlan would change the docs already :P
shortcut
<link rel="icon" sizes="196x196" href="touch-icon-196x196.png"> <link rel="icon" sizes="128x128" href="touch-icon-196x196.png">
Sorry, something went wrong.
Nice catch. That would be great! haha
Seems like Chrome dev docs refer to 192px not 196px:
192px
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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: