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
1 changed files with 9 additions and 4 deletions

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"
}
],