summaryrefslogtreecommitdiffstats
path: root/web/templates/head.html
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-10 20:24:18 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-10 20:24:18 +0500
commit14395689ca33edb6104b4c9e71d07847f196285e (patch)
tree7c01431e2119acf6a37f4a7d760210d8c841b137 /web/templates/head.html
parent53d0420e2436e203e8467f22ea066ea13b2bce41 (diff)
parentff128d7c161ead05d0cd7cc6dbbe2dbdd06259e1 (diff)
downloadchat-14395689ca33edb6104b4c9e71d07847f196285e.tar.gz
chat-14395689ca33edb6104b4c9e71d07847f196285e.tar.bz2
chat-14395689ca33edb6104b4c9e71d07847f196285e.zip
Merge branch 'master' of https://github.com/mattermost/platform
Diffstat (limited to 'web/templates/head.html')
-rw-r--r--web/templates/head.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/web/templates/head.html b/web/templates/head.html
index abcb30700..ead648571 100644
--- a/web/templates/head.html
+++ b/web/templates/head.html
@@ -5,6 +5,19 @@
<title>{{ .Title }}</title>
+ <!-- iOS add to homescreen -->
+ <meta name="apple-mobile-web-app-capable" content="yes" />
+ <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
+ <meta name="mobile-web-app-capable" content="yes" />
+ <meta name="apple-mobile-web-app-title" content="{{ .Title }}">
+ <meta name="application-name" content="{{ .Title }}">
+ <meta name="format-detection" content="telephone=no">
+ <!-- iOS add to homescreen -->
+
+ <!-- Android add to homescreen -->
+ <link rel="manifest" href="/static/config/manifest.json">
+ <!-- Android add to homescreen -->
+
<link rel="stylesheet" href="/static/css/bootstrap-3.3.1.min.css">
<link rel="stylesheet" href="/static/css/jasny-bootstrap.min.css" rel="stylesheet">