diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2019-10-19 20:11:58 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2019-10-19 20:11:58 +0000 |
commit | f01dbc450c658ac1a03b91b7ff3ba8d5ea1454e5 (patch) | |
tree | efdf22a77ba49ec31ab97a512d57055fc5e63c8e /config/config.exs | |
parent | cec4b00140ea67de5933357f46e9519271a074a9 (diff) | |
parent | df3c2dfd8bed82121f3dcfba18105ce8ee5daddf (diff) | |
download | pleroma-f01dbc450c658ac1a03b91b7ff3ba8d5ea1454e5.tar.gz pleroma-f01dbc450c658ac1a03b91b7ff3ba8d5ea1454e5.zip |
Merge branch 'feature/mastofe-pwa' into 'develop'
MastoFE: Add PWA manifest.
See merge request pleroma/pleroma!1834
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index d0766a6e2..a69d41d17 100644 --- a/config/config.exs +++ b/config/config.exs @@ -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, |