From d19bbd6ba9483753aa646d20fa5d1182bf5243fa Mon Sep 17 00:00:00 2001 From: Chrystian Huot Date: Mon, 13 Jul 2020 08:21:58 -0400 Subject: [PATCH] Fix application's name in webmanifest --- client/src/manifest.webmanifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/manifest.webmanifest b/client/src/manifest.webmanifest index caf4d49..6133b31 100644 --- a/client/src/manifest.webmanifest +++ b/client/src/manifest.webmanifest @@ -1,6 +1,6 @@ { - "name": "rdio-scanner", - "short_name": "rdio-scanner", + "name": "Rdio Scanner", + "short_name": "Rdio Scanner", "theme_color": "#1976d2", "background_color": "#fafafa", "display": "standalone",