summaryrefslogtreecommitdiffstats
path: root/public/wekan-manifest.json
diff options
context:
space:
mode:
authorDan Hawkes <dan@danhawkes.co.uk>2017-08-19 17:10:08 +0100
committerDan Hawkes <dan@danhawkes.co.uk>2017-08-20 17:36:37 +0100
commit061d91ae7c7ee7d795a6866310b21fedf53e9a5a (patch)
treed104d5233068667a904be57adb050a4cce31cf5d /public/wekan-manifest.json
parent1e7e9d27155b9d438485bd04a7e414bb8767fd3f (diff)
downloadwekan-061d91ae7c7ee7d795a6866310b21fedf53e9a5a.tar.gz
wekan-061d91ae7c7ee7d795a6866310b21fedf53e9a5a.tar.bz2
wekan-061d91ae7c7ee7d795a6866310b21fedf53e9a5a.zip
Add web manifest
Adds a basic web manifest to support progressive web-app use.
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": "/"
+}