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:
certuna
2021-10-13 02:06:09 +02:00
committed by GitHub
parent 6b38acad49
commit ba0ee6aba4
4 changed files with 4 additions and 4 deletions
+22
View File
@@ -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"
}
]
}