mirror of
https://github.com/miniflux/v2.git
synced 2025-08-16 18:01:37 +00:00
Change PWA display mode to standalone
This commit is contained in:
parent
b6ddaae82a
commit
89d17107af
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ func (h *handler) showWebManifest(w http.ResponseWriter, r *http.Request) {
|
||||||
Name: "Miniflux",
|
Name: "Miniflux",
|
||||||
ShortName: "Miniflux",
|
ShortName: "Miniflux",
|
||||||
Description: "Minimalist Feed Reader",
|
Description: "Minimalist Feed Reader",
|
||||||
Display: "minimal-ui",
|
Display: "standalone",
|
||||||
StartURL: route.Path(h.router, "unread"),
|
StartURL: route.Path(h.router, "unread"),
|
||||||
ThemeColor: themeColor,
|
ThemeColor: themeColor,
|
||||||
BackgroundColor: themeColor,
|
BackgroundColor: themeColor,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue