From 48c22da847cf845d07dd4efd95d03389e56340e6 Mon Sep 17 00:00:00 2001 From: Fabian Frei Date: Thu, 9 Jul 2015 11:24:21 +0200 Subject: added manifest.json --- web/static/config/manifest.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 web/static/config/manifest.json diff --git a/web/static/config/manifest.json b/web/static/config/manifest.json new file mode 100644 index 000000000..6110122c2 --- /dev/null +++ b/web/static/config/manifest.json @@ -0,0 +1,13 @@ +{ + "name": "Mattermost", + "icons": [ + { + "src": "../static/iamges/icon50x50.gif", + "sizes": "50x50", + "type": "image/png" + } + ], + "start_url": "/", + "display": "standalone", + "orientation": "portrait" +} \ No newline at end of file -- cgit v1.2.3-1-g7c22 From cb2cb1ee42bcfd2ba0a73c7de748127cd0c9d4a3 Mon Sep 17 00:00:00 2001 From: Fabian Frei Date: Thu, 9 Jul 2015 11:24:46 +0200 Subject: added link to manifest.json and ios metatags --- web/templates/head.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/web/templates/head.html b/web/templates/head.html index abcb30700..7c9bb8b6a 100644 --- a/web/templates/head.html +++ b/web/templates/head.html @@ -4,6 +4,19 @@ {{ .Title }} + + + + + + + + + + + + + -- cgit v1.2.3-1-g7c22 From 5df0a55a5ae7a9dae906c0e1bbbe33fe2cbb3a67 Mon Sep 17 00:00:00 2001 From: Fabian Frei Date: Thu, 9 Jul 2015 11:42:41 +0200 Subject: remove newline --- web/templates/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/head.html b/web/templates/head.html index 7c9bb8b6a..ead648571 100644 --- a/web/templates/head.html +++ b/web/templates/head.html @@ -4,7 +4,7 @@ {{ .Title }} - + -- cgit v1.2.3-1-g7c22