Status bar is unreadable when using PWA in dark mode on Firefox Android
Fixes #2055
This commit is contained in:
parent
2104eb85d7
commit
a73d58aad5
1 changed files with 0 additions and 2 deletions
|
@ -40,7 +40,6 @@ func (h *handler) showWebManifest(w http.ResponseWriter, r *http.Request) {
|
||||||
Icons []webManifestIcon `json:"icons"`
|
Icons []webManifestIcon `json:"icons"`
|
||||||
ShareTarget webManifestShareTarget `json:"share_target"`
|
ShareTarget webManifestShareTarget `json:"share_target"`
|
||||||
Display string `json:"display"`
|
Display string `json:"display"`
|
||||||
ThemeColor string `json:"theme_color"`
|
|
||||||
BackgroundColor string `json:"background_color"`
|
BackgroundColor string `json:"background_color"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -60,7 +59,6 @@ func (h *handler) showWebManifest(w http.ResponseWriter, r *http.Request) {
|
||||||
Description: "Minimalist Feed Reader",
|
Description: "Minimalist Feed Reader",
|
||||||
Display: displayMode,
|
Display: displayMode,
|
||||||
StartURL: route.Path(h.router, "login"),
|
StartURL: route.Path(h.router, "login"),
|
||||||
ThemeColor: themeColor,
|
|
||||||
BackgroundColor: themeColor,
|
BackgroundColor: themeColor,
|
||||||
Icons: []webManifestIcon{
|
Icons: []webManifestIcon{
|
||||||
{Source: route.Path(h.router, "appIcon", "filename", "icon-120.png"), Sizes: "120x120", Type: "image/png", Purpose: "any"},
|
{Source: route.Path(h.router, "appIcon", "filename", "icon-120.png"), Sizes: "120x120", Type: "image/png", Purpose: "any"},
|
||||||
|
|
Loading…
Reference in a new issue