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
commit 96ee183732
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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