summaryrefslogtreecommitdiffstats
path: root/web/static/config/manifest.json
blob: 8f29460b3bb31fbebb26870a4c25572c325c0403 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "Mattermost",
  "icons": [
    {
      "src": "../static/iamges/icon50x50.png",
      "sizes": "50x50",
      "type": "image/png"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait"
}