From bcce0c8cc027983a5ff27e59f3ee5455dff52fc8 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Thu, 13 Aug 2015 12:49:51 +0930 Subject: [PATCH] Add icon --- extensions/mentions/flarum.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/extensions/mentions/flarum.json b/extensions/mentions/flarum.json index 8f8d88272..9e3953711 100644 --- a/extensions/mentions/flarum.json +++ b/extensions/mentions/flarum.json @@ -17,5 +17,10 @@ "support": { "source": "https://github.com/flarum/mentions", "issues": "https://github.com/flarum/mentions/issues" + }, + "icon": { + "name": "at", + "backgroundColor": "#539EC1", + "color": "#fff" } }