Update manifest.json

Updated name/description/colours in the manifest
This commit is contained in:
certuna 2020-09-22 18:47:51 +02:00 committed by Deluan Quintão
parent 9b1be35c14
commit 2230a9052f

View file

@ -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"
}
]
}
}