1
0
mirror of https://github.com/flarum/core.git synced 2025-07-21 16:51:34 +02:00

Update icon, metadata

This commit is contained in:
Toby Zerner
2015-10-12 14:58:54 +10:30
parent 69b84438a3
commit b91e4e1e63

View File

@@ -2,6 +2,7 @@
"name": "flarum/approval", "name": "flarum/approval",
"description": "Make discussions and posts require moderator approval.", "description": "Make discussions and posts require moderator approval.",
"type": "flarum-extension", "type": "flarum-extension",
"keywords": ["moderation"],
"license": "MIT", "license": "MIT",
"authors": [ "authors": [
{ {
@@ -27,8 +28,8 @@
"title": "Approval", "title": "Approval",
"icon": { "icon": {
"name": "check", "name": "check",
"backgroundColor": "green", "backgroundColor": "#ABDC88",
"color": "#fff" "color": "#3F8A32"
} }
} }
} }