summaryrefslogtreecommitdiffstats
path: root/public/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/manifest.json
parenta6213d4a6f06d91ac63678ead73a6e3d7028adef (diff)
downloadwekan-2969161afbe60a1aa2e7da6cedc3ab48941faf3e.tar.gz
wekan-2969161afbe60a1aa2e7da6cedc3ab48941faf3e.tar.bz2
wekan-2969161afbe60a1aa2e7da6cedc3ab48941faf3e.zip
- More whitelabeling.
Thanks to xet7 !
Diffstat (limited to 'public/manifest.json')
-rw-r--r--public/manifest.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/public/manifest.json b/public/manifest.json
new file mode 100644
index 00000000..e35583c0
--- /dev/null
+++ b/public/manifest.json
@@ -0,0 +1,22 @@
+{
+ "name": "Kanban",
+ "short_name": "Kanban",
+ "description": "The open-source kanban",
+ "lang": "en-US",
+ "icons": [
+ {
+ "src": "/logo-150.png",
+ "type": "image/png",
+ "sizes": "150x150"
+ },
+ {
+ "src": "/logo-150.svg",
+ "type": "image/svg+xml",
+ "sizes": "150x150"
+ }
+ ],
+ "display": "standalone",
+ "background_color": "#dedede",
+ "theme_color": "#dedede",
+ "start_url": "/"
+}