diff options
Diffstat (limited to 'web/static/config')
-rw-r--r-- | web/static/config/manifest.json | 13 |
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 |