diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-03-25 16:59:12 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-03-25 16:59:12 +0200 |
commit | 08c8ebc1001768208391a3834296ff47db782639 (patch) | |
tree | 05a05900a649c906fd57ec4c2bea689abbb62a93 /public/wekan-manifest.json | |
parent | 0039fe09bed435c76365b3c21bba181c8bfa8d40 (diff) | |
download | wekan-08c8ebc1001768208391a3834296ff47db782639.tar.gz wekan-08c8ebc1001768208391a3834296ff47db782639.tar.bz2 wekan-08c8ebc1001768208391a3834296ff47db782639.zip |
- Fix typos.
- Fix Outgoing Webhook message about created new swimlane.
Related #1969
Diffstat (limited to 'public/wekan-manifest.json')
-rw-r--r-- | public/wekan-manifest.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/wekan-manifest.json b/public/wekan-manifest.json index e35583c0..ee223e8c 100644 --- a/public/wekan-manifest.json +++ b/public/wekan-manifest.json @@ -1,16 +1,16 @@ { - "name": "Kanban", - "short_name": "Kanban", + "name": "Wekan", + "short_name": "Wekan", "description": "The open-source kanban", "lang": "en-US", "icons": [ { - "src": "/logo-150.png", + "src": "/wekan-logo-150.png", "type": "image/png", "sizes": "150x150" }, { - "src": "/logo-150.svg", + "src": "/wekan-logo-150.svg", "type": "image/svg+xml", "sizes": "150x150" } |