diff options
| author | KokaKiwi <kokakiwi+git@kokakiwi.net> | 2019-10-11 14:48:01 +0200 |
|---|---|---|
| committer | KokaKiwi <kokakiwi+git@kokakiwi.net> | 2019-10-19 12:15:14 +0200 |
| commit | 638457ba94931c35268cf5fb4d2a432a0def6bdd (patch) | |
| tree | 2ea3b62b0e493e39509486cade210e33f9fd17a9 /config/config.exs | |
| parent | fd6d05dc45e2fdff56e777431b303fc24ef7912f (diff) | |
| download | pleroma-638457ba94931c35268cf5fb4d2a432a0def6bdd.tar.gz pleroma-638457ba94931c35268cf5fb4d2a432a0def6bdd.zip | |
MastoFE: Add PWA manifest.
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, |
