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