Remove unnecessary icon tags from Chrome Mobile

This commit is contained in:
Josh Buchea 2017-04-24 00:57:54 -07:00 committed by GitHub
parent f3243a38bd
commit 08d7d6eedd
1 changed files with 2 additions and 6 deletions

View File

@ -470,12 +470,8 @@ Since Chrome 31, you can set up your web app to "app mode" like Safari.
<!-- Define your web page as a web app -->
<meta name="mobile-web-app-capable" content="yes">
<!-- The first one is the official recommended format. -->
<link rel="icon" sizes="192x192" href="nice-highres.png">
<link rel="icon" sizes="128x128" href="niceicon.png">
<!-- Formats with Apple prefix will be deprecated. -->
<link rel="apple-touch-icon" sizes="128x128" href="niceicon.png">
<link rel="apple-touch-icon-precomposed" sizes="128x128" href="niceicon.png">
<!-- Homescreen Icon -->
<link rel="icon" sizes="192x192" href="highres-icon.png">
```
[Google Developer](https://developer.chrome.com/multidevice/android/installtohomescreen)