This commit is contained in:
FloatingGhost 2022-12-07 11:41:24 +00:00
parent 7c4b415929
commit c7369d6d03

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]),