forked from AkkomaGang/akkoma
This commit is contained in:
parent
7c4b415929
commit
c7369d6d03
1 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,11 @@ def render("manifest.json", _params) do
|
||||||
sizes: "512x512",
|
sizes: "512x512",
|
||||||
type: "image/png",
|
type: "image/png",
|
||||||
purpose: "maskable"
|
purpose: "maskable"
|
||||||
|
},
|
||||||
|
%{
|
||||||
|
src: "/static/logo-512.png",
|
||||||
|
sizes: "512x512",
|
||||||
|
type: "image/png"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
theme_color: Config.get([:manifest, :theme_color]),
|
theme_color: Config.get([:manifest, :theme_color]),
|
||||||
|
|
Loading…
Reference in a new issue