mirror of
https://github.com/Radarr/Radarr
synced 2026-02-04 05:43:58 +01:00
Fix: Use relative paths instead of absolute paths for webmanifest
This commit is contained in:
parent
6b80c244bf
commit
854b3045fe
1 changed files with 3 additions and 2 deletions
|
|
@ -2,16 +2,17 @@
|
|||
"name": "Radarr",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/Content/Images/Icons/android-chrome-192x192.png",
|
||||
"src": "android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "/Content/Images/Icons/android-chrome-512x512.png",
|
||||
"src": "android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"start_url": "../../../../",
|
||||
"theme_color": "#3a3f51",
|
||||
"background_color": "#3a3f51",
|
||||
"display": "standalone"
|
||||
|
|
|
|||
Loading…
Reference in a new issue