mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-18 21:07:44 +03:00
Update manifest.json
added start_url (required) fixed icon paths
This commit is contained in:
parent
943f35f7a5
commit
03867bd8b2
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user