Skip to content

Commit

Permalink
Add apple webapp meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
micschwarz committed Oct 1, 2020
1 parent 6d38d5a commit 4b4f20a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

<link rel="manifest" href="manifest.webmanifest" crossorigin="use-credentials"/>
<link rel="apple-touch-icon" href="static/images/icons/icon-512.png"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-capable" content="yes">

<link rel="preconnect" href="https://raw.githubusercontent.com/">

Expand Down
6 changes: 6 additions & 0 deletions public/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
"src": "static/images/icons/icon-92.png",
"sizes": "92x92",
"type": "image/png"
},
{
"src": "static/images/icons/icon-144-transparent.png",
"sizes": "144x144",
"type": "image/png",
"purpose": "maskable"
}
]
}

0 comments on commit 4b4f20a

Please sign in to comment.