Created
October 29, 2015 07:14
-
-
Save 7kfpun/329a2b0d6ee1d9e62797 to your computer and use it in GitHub Desktop.
Homescreen icon (Android, iOS, Win8)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- Add to homescreen for Chrome on Android --> | |
| <meta name="mobile-web-app-capable" content="yes"> | |
| <link rel="icon" sizes="192x192" href="images/android-desktop.png"> | |
| <!-- Add to homescreen for Safari on iOS --> | |
| <meta name="apple-mobile-web-app-capable" content="yes"> | |
| <meta name="apple-mobile-web-app-status-bar-style" content="black"> | |
| <meta name="apple-mobile-web-app-title" content="Material Design Lite"> | |
| <link rel="apple-touch-icon-precomposed" href="images/ios-desktop.png"> | |
| <!-- Tile icon for Win8 (144x144 + tile color) --> | |
| <meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png"> | |
| <meta name="msapplication-TileColor" content="#3372DF"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment