Use custom home page in PWA
This commit is contained in:
parent
1351761f81
commit
efa8bfcf0e
1 changed files with 1 additions and 1 deletions
|
@ -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{
|
||||||
|
|
Loading…
Reference in a new issue