diff --git a/extensions/emoji/flarum.json b/extensions/emoji/flarum.json index 793a6e893..775b867a5 100644 --- a/extensions/emoji/flarum.json +++ b/extensions/emoji/flarum.json @@ -2,7 +2,7 @@ "name": "emoji", "title": "Emoji", "description": "Convert text and unicode emoji into Twemoji.", - "keywords": [], + "keywords": ["discussions"], "version": "0.1.0", "author": { "name": "Toby Zerner", @@ -12,5 +12,10 @@ "require": { "php": ">=5.4.0", "flarum": ">0.1.0" + }, + "icon": { + "name": "smile-o", + "backgroundColor": "#FFC700", + "color": "#000" } -} \ No newline at end of file +}