MastoFE: Add PWA manifest.

This commit is contained in:
KokaKiwi 2019-10-11 14:48:01 +02:00
commit 638457ba94
6 changed files with 85 additions and 1 deletions

View file

@ -322,6 +322,16 @@ config :pleroma, :assets,
],
default_mascot: :pleroma_fox_tan
config :pleroma, :manifest,
icons: [
%{
src: "/static/logo.png",
type: "image/png"
}
],
theme_color: "#282c37",
background_color: "#191b22"
config :pleroma, :activitypub,
unfollow_blocked: true,
outgoing_blocks: true,