Rename manifest.json to manifest.webmanifest (#1399)
* 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>
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user