From 061d91ae7c7ee7d795a6866310b21fedf53e9a5a Mon Sep 17 00:00:00 2001 From: Dan Hawkes Date: Sat, 19 Aug 2017 17:10:08 +0100 Subject: Add web manifest Adds a basic web manifest to support progressive web-app use. --- public/wekan-150.png | Bin 0 -> 3634 bytes public/wekan-150.svg | 68 +++++++++++++++++++++++++++++++++++++++++++++ public/wekan-manifest.json | 22 +++++++++++++++ 3 files changed, 90 insertions(+) create mode 100644 public/wekan-150.png create mode 100644 public/wekan-150.svg create mode 100644 public/wekan-manifest.json (limited to 'public') diff --git a/public/wekan-150.png b/public/wekan-150.png new file mode 100644 index 00000000..e8e89c62 Binary files /dev/null and b/public/wekan-150.png differ diff --git a/public/wekan-150.svg b/public/wekan-150.svg new file mode 100644 index 00000000..51d4eede --- /dev/null +++ b/public/wekan-150.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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": "/" +} -- cgit v1.2.3-1-g7c22