Skip to content

Instantly share code, notes, and snippets.

@joachimkainz
Created May 11, 2012 17:42
Show Gist options
  • Select an option

  • Save joachimkainz/2661267 to your computer and use it in GitHub Desktop.

Select an option

Save joachimkainz/2661267 to your computer and use it in GitHub Desktop.
iPhone Metas for the Site-Manager
defaults.metas = [
{
"name":"description",
"content":"Some useful description"
},
{
"name":"apple-mobile-web-app-capable",
"content":"yes"
},
{
"name":"apple-mobile-web-app-status-bar-style",
"content":"black"
},
{
"name":"apple-touch-icon",
"content":"img/icon.png"
},
{
"name":"apple-touch-startup-image",
"content":"img/home.png"
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment