From c5f59a17dd021bc1fac983799aa1de0f283f5dc5 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Fri, 10 Aug 2018 07:32:13 +0200 Subject: [PATCH] Fixed PWA name in manifest file --- public/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/manifest.json b/public/manifest.json index 098a4806..d0a49250 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { "short_name": "Shlink", - "name": "Shlink web client", + "name": "Shlink", "start_url": "/", "display": "standalone", "theme_color": "#4696e5",