Skip to content
Snippets Groups Projects
Commit 84feb572 authored by Klaus-Dieter Quibeldey-Cirkel's avatar Klaus-Dieter Quibeldey-Cirkel
Browse files

Merge branch 'staging' into 'master'

correct some manifest settings

See merge request arsnova/arsnova-lite!253
parents da5ac2ba 2db82e71
Branches
Tags
1 merge request!253correct some manifest settings
Pipeline #27436 passed with stages
in 7 minutes and 52 seconds
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <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"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0">
<title>ARSnova</title> <title>ARSnova</title>
...@@ -15,9 +15,9 @@ ...@@ -15,9 +15,9 @@
<!-- Add to homescreen for Safari on iOS --> <!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes"> <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"> <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/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/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" /> <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 @@ ...@@ -30,7 +30,7 @@
<!-- Tile icon for Win8 (144x144 + tile color) --> <!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="assets/icons/icon-192x192"> <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"> <link rel="shortcut icon" href="assets/icons/favicon.png">
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment