Skip to content

Commit

Permalink
feat: ✨ add iOS web app meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
nstringham committed Nov 29, 2021
1 parent 9ec7faf commit e8cae4b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
<meta name="description" content="An addictive puzzle game inspired by Tetris.">
<link rel="manifest" href="manifest.webmanifest">
<meta name="apple-itunes-app" content="app-id=903769553"/>
<meta name="apple-mobile-web-app-title" content="Hextris">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon" sizes="120x120" href="images/icons/apple-touch-120.png">
<link rel="apple-touch-icon" sizes="152x152" href="images/icons/apple-touch-152.png">
<link rel="apple-touch-icon" sizes="167x167" href="images/icons/apple-touch-167.png">
<link rel="apple-touch-icon" sizes="180x180" href="images/icons/apple-touch-180.png">
<link rel="apple-touch-icon" sizes="512x512" href="images/icons/apple-touch-512.png">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0, minimal-ui"/>
<meta property="og:url" content="http://hextris.github.io/hextris/"/>
<meta property="og:site_name" content="Hextris"/>
Expand Down

0 comments on commit e8cae4b

Please sign in to comment.