diff --git a/ui/public/manifest.json b/ui/public/manifest.json index 013d4a6a5..2540e1b25 100644 --- a/ui/public/manifest.json +++ b/ui/public/manifest.json @@ -1,5 +1,11 @@ { - "name": "App", + "name": "Navidrome", + "short_name": "Navidrome", + "description": "This is the WebApp for Navidrome, an open source web-based music collection server and streamer", + "categories": ["music", "entertainment"], + "display": "standalone", + "background_color": "white", + "theme_color": "blue", "icons": [ { "src": "\/android-icon-36x36.png", @@ -38,4 +44,4 @@ "density": "4.0" } ] -} \ No newline at end of file +}