Update manifest.json

added start_url (required)
fixed icon paths
This commit is contained in:
certuna 2020-09-29 19:07:30 +02:00 committed by Deluan Quintão
parent 943f35f7a5
commit 03867bd8b2

View File

@ -1,19 +1,20 @@
{ {
"name": "Navidrome", "name": "Navidrome",
"short_name": "Navidrome", "short_name": "Navidrome",
"description": "This is the WebApp for Navidrome, an open source web-based music collection server and streamer", "description": "Navidrome, an open source web-based music collection server and streamer",
"categories": ["music", "entertainment"], "categories": ["music", "entertainment"],
"display": "standalone", "display": "standalone",
"start_url": "/app/",
"background_color": "white", "background_color": "white",
"theme_color": "blue", "theme_color": "blue",
"icons": [ "icons": [
{ {
"src": "/android-chrome-192x192.png", "src": "/app/android-chrome-192x192.png",
"sizes": "192x192", "sizes": "192x192",
"type": "image/png" "type": "image/png"
}, },
{ {
"src": "/android-chrome-512x512.png", "src": "/app/android-chrome-512x512.png",
"sizes": "512x512", "sizes": "512x512",
"type": "image/png" "type": "image/png"
} }