We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b653b0 commit 81c62e5Copy full SHA for 81c62e5
src/index.template.html
@@ -4,6 +4,9 @@
4
<title>{{ title }}</title>
5
<meta charset="utf-8">
6
<meta name="mobile-web-app-capable" content="yes">
7
+ <meta name="apple-mobile-web-app-capable" content="yes">
8
+ <meta name="apple-mobile-web-app-status-bar-style" content="default">
9
+ <link rel="apple-touch-icon" sizes="120x120" href="/public/logo-120.png">
10
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
11
<link rel="shortcut icon" sizes="48x48" href="/public/logo-48.png">
12
<meta name="theme-color" content="#f60">
0 commit comments