Fixed: PWA Manifest images

Closes #7125
This commit is contained in:
Mark McDowall 2024-08-20 14:33:44 -07:00 committed by Mark McDowall
parent ea331feb88
commit da7d17f5e8
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}