summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorFabian Frei <fabian.frei@supsi.ch>2015-07-09 11:24:21 +0200
committerFabian Frei <fabian.frei@supsi.ch>2015-07-09 11:24:21 +0200
commit48c22da847cf845d07dd4efd95d03389e56340e6 (patch)
tree16c88a70a9070eb06caa341e07b7b4c87c67c39a /web
parent3ad209892635e733c90dd3d669491051276766bd (diff)
downloadchat-48c22da847cf845d07dd4efd95d03389e56340e6.tar.gz
chat-48c22da847cf845d07dd4efd95d03389e56340e6.tar.bz2
chat-48c22da847cf845d07dd4efd95d03389e56340e6.zip
added manifest.json
Diffstat (limited to 'web')
-rw-r--r--web/static/config/manifest.json13
1 files changed, 13 insertions, 0 deletions
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