add fields needed for chrome to make website installable

This commit is contained in:
Henry Jameson 2023-10-29 19:25:14 +02:00
parent 82e4c5d077
commit 5848ef137f

View file

@ -361,6 +361,8 @@ config :pleroma, :manifest,
icons: [
%{
src: "/static/logo.svg",
size: "144x144",
purpose: "any",
type: "image/svg+xml"
}
],