Fixed: PWA Manifest images

Closes #7125
pull/7130/head
Mark McDowall 6 months ago committed by Mark McDowall
parent ea331feb88
commit da7d17f5e8

@ -2,12 +2,12 @@
"name": "Sonarr",
"icons": [
{
"src": "android-chrome-192x192.png",
"src": "__URL_BASE__/Content/Images/Icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-512x512.png",
"src": "__URL_BASE__/Content/Images/Icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}

Loading…
Cancel
Save