From 0cc80224a5b2870c6bb3002f7289acee649b5014 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Thu, 13 Aug 2015 12:49:40 +0930 Subject: [PATCH] Add icon --- extensions/markdown/flarum.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/extensions/markdown/flarum.json b/extensions/markdown/flarum.json index d6236a5ac..3337f92cf 100644 --- a/extensions/markdown/flarum.json +++ b/extensions/markdown/flarum.json @@ -2,7 +2,7 @@ "name": "markdown", "title": "Markdown", "description": "Allow posts to be formatted with Markdown.", - "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": "font", + "backgroundColor": "#AB90D8", + "color": "#fff" } -} \ No newline at end of file +}