mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-07 04:00:32 +02:00
Fixed: PWA Manifest images
(cherry picked from commit da7d17f5e826d5273dba0b4f73227ffc8ed8a6c7)
This commit is contained in:
parent
46ce8e2701
commit
095cd27cc9
1 changed files with 2 additions and 2 deletions
|
|
@ -2,12 +2,12 @@
|
|||
"name": "__INSTANCE_NAME__",
|
||||
"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…
Reference in a new issue