Fixed: Use relative paths instead of absolute paths for webmanifest

pull/5684/head
Matthew Strapp 1 year ago committed by GitHub
parent 73ccab53d5
commit 8e771f95ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,17 +1,18 @@
{
"name": "",
"name": "Sonarr",
"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…
Cancel
Save