Use custom home page in PWA

This commit is contained in:
Romain de Laage 2022-11-09 15:38:11 +01:00 committed by Frédéric Guillot
parent 1351761f81
commit efa8bfcf0e
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ func (h *handler) showWebManifest(w http.ResponseWriter, r *http.Request) {
ShortName: "Miniflux", ShortName: "Miniflux",
Description: "Minimalist Feed Reader", Description: "Minimalist Feed Reader",
Display: displayMode, Display: displayMode,
StartURL: route.Path(h.router, "unread"), StartURL: route.Path(h.router, "login"),
ThemeColor: themeColor, ThemeColor: themeColor,
BackgroundColor: themeColor, BackgroundColor: themeColor,
Icons: []webManifestIcon{ Icons: []webManifestIcon{