declare support for window controls overlay
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
7a2200faa8
commit
106abc34b1
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ def render("manifest.json", _params) do
|
||||||
theme_color: Config.get([:manifest, :theme_color]),
|
theme_color: Config.get([:manifest, :theme_color]),
|
||||||
background_color: Config.get([:manifest, :background_color]),
|
background_color: Config.get([:manifest, :background_color]),
|
||||||
display: "standalone",
|
display: "standalone",
|
||||||
|
"display_override": ["window-controls-overlay"],
|
||||||
scope: Endpoint.url(),
|
scope: Endpoint.url(),
|
||||||
start_url: "/",
|
start_url: "/",
|
||||||
categories: [
|
categories: [
|
||||||
|
|
Loading…
Reference in a new issue