Skip to content

Instantly share code, notes, and snippets.

@b4z81
Created October 4, 2013 12:27
Show Gist options
  • Save b4z81/6825131 to your computer and use it in GitHub Desktop.
Save b4z81/6825131 to your computer and use it in GitHub Desktop.
chrome Homescreen
<!doctype html>
<html>
<head>
<title>Awesome app</title>
<meta name=”viewport” content=”width=device-width”>
<meta name=”mobile-web-app-capable” content=”yes”>
<link rel=”shortcut icon” sizes=”1024x1024” href=”/icon.png”>
</head>
<body></body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment