mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 20:47:35 +03:00
21 lines
498 B
JSON
21 lines
498 B
JSON
{
|
|
"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-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|