set black translucent bar on the web app

This commit is contained in:
Gabriele Cirulli
2014-03-21 13:04:29 +01:00
parent 82e55988b4
commit 6c8d94c0cf
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ CACHE MANIFEST
# Adds the ability to play the game online.
# The following comment needs to be updated whenever a change is made.
# Run `rake appcache:update` to do so
# Updated: 2014-03-20T23:10:22+01:00
# Updated: 2014-03-21T13:04:30+01:00
# Main page
index.html
+1
View File
@@ -8,6 +8,7 @@
<link rel="shortcut icon" href="favicon.ico">
<link rel="apple-touch-icon" href="meta/apple-touch-icon.png">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">