Enable PWA's when setting BaseURL

This commit is contained in:
Deluan
2020-10-01 12:04:38 -04:00
parent cf8756b14b
commit 5b167031d2
2 changed files with 3 additions and 4 deletions
+3 -3
View File
@@ -4,17 +4,17 @@
"description": "Navidrome, an open source web-based music collection server and streamer",
"categories": ["music", "entertainment"],
"display": "standalone",
"start_url": "/app/",
"start_url": "./",
"background_color": "white",
"theme_color": "blue",
"icons": [
{
"src": "/app/android-chrome-192x192.png",
"src": "./android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/app/android-chrome-512x512.png",
"src": "./android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}