Skip to content

Instantly share code, notes, and snippets.

View pattersongerald's full-sized avatar

Gerald Patterson pattersongerald

View GitHub Profile

Keybase proof

I hereby claim:

  • I am pattersongerald on github.
  • I am apatt (https://keybase.io/apatt) on keybase.
  • I have a public key ASCm46e7JCPYovFkh-neXL4wIklkmoCTHOfqnwpQg7Q2eAo

To claim this, I am signing this object:

@pattersongerald
pattersongerald / webapp.html
Created June 12, 2013 17:22
Mobile Safari mobile web app addition
<!-- Run as a mobile web app when added to home screen -->
<meta name="apple-mobile-web-app-capable" content="yes" />
<!-- Skin the status bar to black -->
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<!-- For third-generation iPad with high-resolution Retina display: -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144x144-precomposed.png">
<!-- For iPhone with high-resolution Retina display running iOS ≥ 7: -->
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="apple-touch-icon-120x120-precomposed.png">
<!-- For iPhone with high-resolution Retina display running iOS ≤ 6: -->