Change PWA display mode to standalone

This commit is contained in:
Frédéric Guillot 2021-02-06 11:49:13 -08:00 committed by fguillot
parent b6ddaae82a
commit 89d17107af
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ func (h *handler) showWebManifest(w http.ResponseWriter, r *http.Request) {
Name: "Miniflux",
ShortName: "Miniflux",
Description: "Minimalist Feed Reader",
Display: "minimal-ui",
Display: "standalone",
StartURL: route.Path(h.router, "unread"),
ThemeColor: themeColor,
BackgroundColor: themeColor,