summaryrefslogtreecommitdiffstats
path: root/public/wekan-manifest.json
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-03-23 21:30:41 +0200
committerLauri Ojansivu <x@xet7.org>2019-03-23 21:30:41 +0200
commit994314cfa339e52a2ad124194af4e89f57ddd213 (patch)
treea2061af83bcdc680eaba72eae8fa59e3a20612ea /public/wekan-manifest.json
parentdb6dbe34c33b6444a8977c657d55f0e69c7069ca (diff)
downloadwekan-994314cfa339e52a2ad124194af4e89f57ddd213.tar.gz
wekan-994314cfa339e52a2ad124194af4e89f57ddd213.tar.bz2
wekan-994314cfa339e52a2ad124194af4e89f57ddd213.zip
Fix filenames and urls.
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": "/"
+}