This commit is contained in:
FloatingGhost 2022-12-07 11:41:24 +00:00 committed by Sam Therapy
parent b9f070fe24
commit 6ded631114
Signed by: sam
GPG key ID: 4D8B07C18F31ACBD

View file

@ -21,6 +21,11 @@ def render("manifest.json", _params) do
sizes: "512x512",
type: "image/png",
purpose: "maskable"
},
%{
src: "/static/logo-512.png",
sizes: "512x512",
type: "image/png"
}
],
theme_color: Config.get([:manifest, :theme_color]),