summaryrefslogtreecommitdiffstats
path: root/public/wekan-manifest.json
blob: a1c18518a1d41df4ccaeefbf130059a6e304ba91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "Wekan",
  "short_name": "Wekan",
  "description": "The open-source Trello-like kanban",
  "lang": "en-US",
  "icons": [
    {
      "src": "/wekan-150.png",
      "type": "image/png",
      "sizes": "150x150"
    },
    {
      "src": "/wekan-150.svg",
      "type": "image/svg+xml",
      "sizes": "150x150"
    }
  ],
  "display": "standalone",
  "background_color": "#dedede",
  "theme_color": "#dedede",
  "start_url": "/"
}