se non erro:
{
"name": "PeopleInside/supersticky",
"description": "Pin discussions to the top of the list.",
"type": "flarum-extension",
"keywords": ["discussion"],
"license": "MIT",
"support": {
"issues": "https://github.com/PeopleInside/supersticky/issues",
"source": "https://github.com/PeopleInside/supersticky",
"conflict": {
"flarum/sticky": "*"
}
},
"conflict": {
"flarum/sticky": "*"
},
"require": {
"flarum/core": "^1.0"
},
"autoload": {
"psr-4": {
"Flarum\\Sticky\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
},
"flarum-extension": {
"title": "Superssticky",
"category": "feature",
"icon": {
"name": "fas fa-thumbtack",
"backgroundColor": "#D13E32",
"color": "#fff"
}
}
}
}