summaryrefslogtreecommitdiffstats
path: root/public/wekan-manifest.json
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-04-30 06:54:48 +0300
committerLauri Ojansivu <x@xet7.org>2020-04-30 06:54:48 +0300
commit8d5adc04645e3e71423f16869f39b8d79969bccd (patch)
tree625e815a874b79a1e29ba45a83fd490f8cbd6a28 /public/wekan-manifest.json
parentc7d4a90d5cacb8dab205f122a6e2d9bca88e767b (diff)
downloadwekan-8d5adc04645e3e71423f16869f39b8d79969bccd.tar.gz
wekan-8d5adc04645e3e71423f16869f39b8d79969bccd.tar.bz2
wekan-8d5adc04645e3e71423f16869f39b8d79969bccd.zip
Install Wekan to mobile homescreen icon and use fullscreen PWA.
Docs at https://github.com/wekan/wekan/wiki/PWA Thanks to xet7 ! Closes #2879
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": "/"
-}