From 2db82e7154faf2c3e07fd36960d7cc6fa469bb31 Mon Sep 17 00:00:00 2001 From: Klaus Quibeldey-Cirkel <klaus.quibeldey-cirkel@mni.thm.de> Date: Sat, 22 Jun 2019 12:02:00 +0200 Subject: [PATCH] correct some manifest settings --- src/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/index.html b/src/index.html index c50d412a7..a3abb3cbd 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@ <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="description" content="A responsive, interactive Audience Response System developed at THM"> + <meta name="description" content="An innovative feedback app developed at THM"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0"> <title>ARSnova</title> @@ -15,9 +15,9 @@ <!-- Add to homescreen for Safari on iOS --> <meta name="apple-mobile-web-app-capable" content="yes"> - <meta name="apple-mobile-web-app-status-bar-style" content="default"> + <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-title" content="ARSnova"> - <link rel="apple-touch-icon-precomposed" href="assets/icons/icon-144x144.png"> + <link rel="apple-touch-icon" href="assets/icons/icon-144x144.png"> <link href="assets/splashscreens/iphone5_splash.png" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" /> <link href="assets/splashscreens/iphone6_splash.png" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" /> <link href="assets/splashscreens/iphoneplus_splash.png" media="(device-width: 621px) and (device-height: 1104px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image" /> @@ -30,7 +30,7 @@ <!-- Tile icon for Win8 (144x144 + tile color) --> <meta name="msapplication-TileImage" content="assets/icons/icon-192x192"> - <meta name="msapplication-TileColor" content="#fafafa"> + <meta name="msapplication-TileColor" content="#121212"> <link rel="shortcut icon" href="assets/icons/favicon.png"> -- GitLab