From 08c8ebc1001768208391a3834296ff47db782639 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Mon, 25 Mar 2019 16:59:12 +0200 Subject: - Fix typos. - Fix Outgoing Webhook message about created new swimlane. Related #1969 --- public/wekan-manifest.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'public/wekan-manifest.json') 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" } -- cgit v1.2.3-1-g7c22