summaryrefslogtreecommitdiffstats
path: root/public/wekan-manifest.json
blob: ee223e8cbf3edbda62fd1228875a893112242d32 (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 kanban",
  "lang": "en-US",
  "icons": [
    {
      "src": "/wekan-logo-150.png",
      "type": "image/png",
      "sizes": "150x150"
    },
    {
      "src": "/wekan-logo-150.svg",
      "type": "image/svg+xml",
      "sizes": "150x150"
    }
  ],
  "display": "standalone",
  "background_color": "#dedede",
  "theme_color": "#dedede",
  "start_url": "/"
}