-
Notifications
You must be signed in to change notification settings - Fork 413
New issue
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
Update for Chrome on Android #40
Comments
The <link rel="icon" sizes="196x196" href="touch-icon-196x196.png">
<link rel="icon" sizes="128x128" href="touch-icon-196x196.png"> |
Nice catch. That would be great! haha |
Seems like Chrome dev docs refer to 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:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: