flarum/workbench/flarum-ext-shawTheme/composer.json

18 lines
370 B
JSON

{
"name": "romanzpolski/flarum-ext-shawTheme",
"description": "Custom Theme for Shaw Academy",
"type": "flarum-extension",
"require": {
"flarum/core": "^0.1.0-beta.6"
},
"extra": {
"flarum-extension": {
"title": "Shaw Theme",
"icon": {
"name": "star",
"backgroundColor": "#000",
"color": "#fff"
}
}
}
}