GOOGLE
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
FloatingGhost 2022-12-07 11:41:24 +00:00
parent 7c4b415929
commit c7369d6d03
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@ defmodule Pleroma.Web.ManifestView 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]),