MastoFE: Add PWA manifest.
This commit is contained in:
parent
fd6d05dc45
commit
638457ba94
6 changed files with 85 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue