From 89d17107af8b1c43eb7200efb0e98dc9cdb12722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sat, 6 Feb 2021 11:49:13 -0800 Subject: [PATCH] Change PWA display mode to standalone --- ui/static_manifest.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/static_manifest.go b/ui/static_manifest.go index 8b126b9f..8e6b97fc 100644 --- a/ui/static_manifest.go +++ b/ui/static_manifest.go @@ -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,