mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
* Rename manifest.json to manifest.webmanifest browser consoles keep complaining that the manifest doesn't have the `.webmanifest` extension. * FIx manifest.webmanifest references Co-authored-by: Deluan <deluan@navidrome.org>
22 lines
497 B
JSON
22 lines
497 B
JSON
{
|
|
"name": "Navidrome",
|
|
"short_name": "Navidrome",
|
|
"description": "Navidrome, an open source web-based music collection server and streamer",
|
|
"categories": ["music", "entertainment"],
|
|
"display": "standalone",
|
|
"start_url": "./",
|
|
"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"
|
|
}
|
|
]
|
|
}
|