1
0
mirror of https://github.com/flarum/core.git synced 2025-08-03 15:07:53 +02:00

Update icon, metadata

This commit is contained in:
Toby Zerner
2015-10-12 15:00:36 +10:30
parent 5f9d45c4ab
commit 41985eb0c3

View File

@@ -2,6 +2,7 @@
"name": "flarum/flags", "name": "flarum/flags",
"description": "Allow users to flag posts for moderator review.", "description": "Allow users to flag posts for moderator review.",
"type": "flarum-extension", "type": "flarum-extension",
"keywords": ["moderation"],
"license": "MIT", "license": "MIT",
"authors": [ "authors": [
{ {
@@ -26,7 +27,7 @@
"title": "Flags", "title": "Flags",
"icon": { "icon": {
"name": "flag", "name": "flag",
"backgroundColor": "#e92693", "backgroundColor": "#D659B5",
"color": "#fff" "color": "#fff"
} }
} }