summaryrefslogtreecommitdiffstats
path: root/public/wekan-manifest.json
diff options
context:
space:
mode:
authorRomulus Tsai 蔡仲明 <urakagi@gmail.com>2020-05-08 10:13:11 +0800
committerRomulus Tsai 蔡仲明 <urakagi@gmail.com>2020-05-08 10:13:11 +0800
commitc3458855bdb52c976ee6689ad5a0d4e92e96f2e3 (patch)
treed9dbbcc3087b5bfc520710b5f5624a3f4e2b78e6 /public/wekan-manifest.json
parent444848876759173ad80203129250d2f0311f30fc (diff)
parentcfcc73724fcd394150d1b815d0a7a4c466e216b5 (diff)
downloadwekan-c3458855bdb52c976ee6689ad5a0d4e92e96f2e3.tar.gz
wekan-c3458855bdb52c976ee6689ad5a0d4e92e96f2e3.tar.bz2
wekan-c3458855bdb52c976ee6689ad5a0d4e92e96f2e3.zip
Merge branch 'master' into lib-change
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 ee223e8c..00000000
--- a/public/wekan-manifest.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "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": "/"
-}