Merge pull request #1246 from chme/webui-owntone

[htdocs] Update site webmanifest (renaming forked-daapd to OwnTone)
This commit is contained in:
Christian Meffert
2021-05-15 08:25:05 +02:00
committed by GitHub

View File

@@ -1,10 +1,15 @@
{
"name": "forked-daapd",
"short_name": "forked-daapd",
"name": "OwnTone",
"short_name": "OwnTone",
"icons": [
{
"src": "/android-chrome-96x96.png",
"sizes": "96x96",
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],