summaryrefslogtreecommitdiffstats
path: root/public/wekan-manifest.json
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-03-21 20:27:21 +0200
committerLauri Ojansivu <x@xet7.org>2019-03-21 20:27:21 +0200
commit2969161afbe60a1aa2e7da6cedc3ab48941faf3e (patch)
treeff882416a8577cb94fec575d5a79d3a9d639e40c /public/wekan-manifest.json
parenta6213d4a6f06d91ac63678ead73a6e3d7028adef (diff)
downloadwekan-2969161afbe60a1aa2e7da6cedc3ab48941faf3e.tar.gz
wekan-2969161afbe60a1aa2e7da6cedc3ab48941faf3e.tar.bz2
wekan-2969161afbe60a1aa2e7da6cedc3ab48941faf3e.zip
- More whitelabeling.
Thanks to xet7 !
Diffstat (limited to 'public/wekan-manifest.json')
-rw-r--r--public/wekan-manifest.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/public/wekan-manifest.json b/public/wekan-manifest.json
deleted file mode 100644
index a1c18518..00000000
--- a/public/wekan-manifest.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "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": "/"
-}