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 31c8ee5 commit 8443ab4Copy full SHA for 8443ab4
ui/ui.tmpl
@@ -4,7 +4,7 @@
4
<meta charset="utf-8">
5
<meta name="theme-color" content="rgb(45,52,54)">
6
<meta name="msapplication-navbutton-color" content="rgb(45,52,54)">
7
- <meta name="apple-mobile-web-app-capable" content="yes">
+ <meta name="mobile-web-app-capable" content="yes">
8
<meta name="viewport" content="width=device-width">
9
10
<link rel="manifest" href='data:application/manifest+json,{"name":"{{.Title}}","short_name":"{{.Title}}","description":" ","icons":[{"src":"data:image/svg+xml;base64,favicon_will_be_here","sizes":"150x150","type":"image/svg+xml"}],"background":"rgb(45,52,54)","theme_color":"rgb(45,52,54)","display":"standalone"}' />
0 commit comments