mirror of
https://github.com/gotson/komga.git
synced 2025-12-15 21:12:27 +01:00
fix(webui): manifest.json would have incorrect path when running in a subfolder
This commit is contained in:
parent
b9629ed4bf
commit
854098cdda
1 changed files with 5 additions and 5 deletions
|
|
@ -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"
|
||||
}]
|
||||
|
|
|
|||
Loading…
Reference in a new issue