Skip to content

Commit 8443ab4

Browse files
rwinkhartpldubouilh
authored andcommitted
Replace deprecated "apple-mobile-web-app-capable" tag
1 parent 31c8ee5 commit 8443ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/ui.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta name="theme-color" content="rgb(45,52,54)">
66
<meta name="msapplication-navbutton-color" content="rgb(45,52,54)">
7-
<meta name="apple-mobile-web-app-capable" content="yes">
7+
<meta name="mobile-web-app-capable" content="yes">
88
<meta name="viewport" content="width=device-width">
99

1010
<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

Comments
 (0)