summaryrefslogtreecommitdiffstats
path: root/public/wekan-manifest.json
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2017-08-24 00:57:53 +0300
committerLauri Ojansivu <x@xet7.org>2017-08-24 00:57:53 +0300
commit1b40c42cab9b6dd8b5248af92c7519b5b14cc525 (patch)
tree013d40d9fd1abc686604905e01874c19105130b5 /public/wekan-manifest.json
parent1cc104e07ea8ff9fc53f283669622e80e909f366 (diff)
parent2740f8c31e0b523d92f12f5bf84bfc9873678d74 (diff)
downloadwekan-1b40c42cab9b6dd8b5248af92c7519b5b14cc525.tar.gz
wekan-1b40c42cab9b6dd8b5248af92c7519b5b14cc525.tar.bz2
wekan-1b40c42cab9b6dd8b5248af92c7519b5b14cc525.zip
Merge branch 'danhawkes-devel' into devel
Add web manifest so Wekan can be used as Standalone App on Desktop with Chrome or Firefox. Thanks to danhawkes ! Closes #1154
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..a1c18518
--- /dev/null
+++ b/public/wekan-manifest.json
@@ -0,0 +1,22 @@
+{
+ "name": "Wekan",
+ "short_name": "Wekan",
+ "description": "The open-source Trello-like kanban",
+ "lang": "en-US",
+ "icons": [
+ {
+ "src": "/wekan-150.png",
+ "type": "image/png",
+ "sizes": "150x150"
+ },
+ {
+ "src": "/wekan-150.svg",
+ "type": "image/svg+xml",
+ "sizes": "150x150"
+ }
+ ],
+ "display": "standalone",
+ "background_color": "#dedede",
+ "theme_color": "#dedede",
+ "start_url": "/"
+}