add fields needed for chrome to make website installable

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

View file

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