Skip to content

Instantly share code, notes, and snippets.

@brandonaaron
Last active May 10, 2019 03:49
Show Gist options
  • Save brandonaaron/8437730 to your computer and use it in GitHub Desktop.
Save brandonaaron/8437730 to your computer and use it in GitHub Desktop.
Home Screen Icons for Web Sites/Apps
<!-- iOS -->
<link rel="apple-touch-icon" href="touch-icon-iphone.png"> <!-- 60x60 -->
<link rel="apple-touch-icon" sizes="76x76" href="touch-icon-ipad.png">
<link rel="apple-touch-icon" sizes="120x120" href="touch-icon-iphone-retina.png">
<link rel="apple-touch-icon" sizes="152x152" href="touch-icon-ipad-retina.png">
<!-- Windows 8 Pinning -->
<meta name="msapplication-TileImage" content="/metro-tile.png"> <!-- 144x144 -->
<meta name="msapplication-TileColor" content="#015565">
<!-- Google Chrome M31 Beta (deprecates looking at apple-touch-icon and apple-touch-icon-precomposed -->
<link rel="shortcut icon" sizes="196x196" href="nice-highres.png"> <!-- recommended -->
<link rel="shortcut icon" sizes="128x128" href="niceicon.png">
<!-- The various sizes are: 60x60, 76x76, 120x120, 144x144, 152x152, 196x196 -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment