From 1ed8bd73505a7a70a29fe0e294f109f43288fbe9 Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Tue, 15 Feb 2022 14:19:59 -0800 Subject: [PATCH] PWA missing name --- frontend/src/Content/Images/Icons/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/Content/Images/Icons/manifest.json b/frontend/src/Content/Images/Icons/manifest.json index d14732f601..1ee4080c03 100644 --- a/frontend/src/Content/Images/Icons/manifest.json +++ b/frontend/src/Content/Images/Icons/manifest.json @@ -1,5 +1,5 @@ { - "name": "", + "name": "Radarr", "icons": [ { "src": "/Content/Images/Icons/android-chrome-192x192.png", @@ -15,4 +15,4 @@ "theme_color": "#3a3f51", "background_color": "#3a3f51", "display": "standalone" -} \ No newline at end of file +}