fix(webui): manifest.json would have incorrect path when running in a subfolder

This commit is contained in:
Gauthier Roebroeck 2023-09-13 10:27:57 +08:00
parent b9629ed4bf
commit 854098cdda

View file

@ -7,23 +7,23 @@
"theme_color": "black",
"description": "Free and open source comics/mangas media server",
"icons": [{
"src": "/favicon-32x32.png",
"src": "favicon-32x32.png",
"sizes": "32x32",
"type": "image/png"
}, {
"src": "/mstile-144x144.png",
"src": "mstile-144x144.png",
"sizes": "144x144",
"type": "image/png"
}, {
"src": "/apple-touch-icon.png",
"src": "apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png"
}, {
"src": "/android-chrome-192x192.png",
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
}, {
"src": "/android-chrome-512x512.png",
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}]