summaryrefslogtreecommitdiffstats
path: root/public/wekan-manifest.json
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-03-23 21:35:55 +0200
committerLauri Ojansivu <x@xet7.org>2019-03-23 21:35:55 +0200
commit4f4f3e4593acb8bf62f75ccfad6a4bd5f6ccfccc (patch)
tree1e45710a982ebe389723bf3743877401fbbae819 /public/wekan-manifest.json
parent5160d59d79fe4bd7a88e9645841ec0c6ff997d09 (diff)
parent97beed6fd11b875faf4d6ca28868fa724f456772 (diff)
downloadwekan-4f4f3e4593acb8bf62f75ccfad6a4bd5f6ccfccc.tar.gz
wekan-4f4f3e4593acb8bf62f75ccfad6a4bd5f6ccfccc.tar.bz2
wekan-4f4f3e4593acb8bf62f75ccfad6a4bd5f6ccfccc.zip
Merge branch 'edge' into meteor-1.8
Diffstat (limited to 'public/wekan-manifest.json')
-rw-r--r--public/wekan-manifest.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/public/wekan-manifest.json b/public/wekan-manifest.json
new file mode 100644
index 00000000..e35583c0
--- /dev/null
+++ b/public/wekan-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": "/"
+}