Merge pull request #1246 from chme/webui-owntone
[htdocs] Update site webmanifest (renaming forked-daapd to OwnTone)
This commit is contained in:
commit
96ee183732
|
@ -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"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue