Skip to content

Commit

Permalink
Add experimental 'mobile-web-app-capable' support for Chrome mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Feb 4, 2014
1 parent cab6a86 commit 90fc037
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Binary file added icons/favicon-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/favicon-196.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
<title>HackerWeb</title>
<meta name="apple-mobile-web-app-title" content="HackerWeb">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimal-ui">
<meta name="mobile-web-app-capable" content="yes">
<link rel="shortcut icon" href="icons/favicon.ico">
<link rel="shortcut icon" sizes="196x196" href="icons/favicon-196.png">
<link rel="shortcut icon" sizes="128x128" href="icons/favicon-128.png">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="icons/touch-icon-152.png">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="icons/touch-icon-144.png">
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="icons/touch-icon-120.png">
Expand Down

0 comments on commit 90fc037

Please sign in to comment.