From 48c22da847cf845d07dd4efd95d03389e56340e6 Mon Sep 17 00:00:00 2001 From: Fabian Frei Date: Thu, 9 Jul 2015 11:24:21 +0200 Subject: [PATCH 1/3] 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 0000000000..6110122c2f --- /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 From cb2cb1ee42bcfd2ba0a73c7de748127cd0c9d4a3 Mon Sep 17 00:00:00 2001 From: Fabian Frei Date: Thu, 9 Jul 2015 11:24:46 +0200 Subject: [PATCH 2/3] 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 abcb307007..7c9bb8b6a5 100644 --- a/web/templates/head.html +++ b/web/templates/head.html @@ -4,6 +4,19 @@ {{ .Title }} + + + + + + + + + + + + + From 5df0a55a5ae7a9dae906c0e1bbbe33fe2cbb3a67 Mon Sep 17 00:00:00 2001 From: Fabian Frei Date: Thu, 9 Jul 2015 11:42:41 +0200 Subject: [PATCH 3/3] 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 7c9bb8b6a5..ead6485713 100644 --- a/web/templates/head.html +++ b/web/templates/head.html @@ -4,7 +4,7 @@ {{ .Title }} - +