13 行
372 B
JSON
13 行
372 B
JSON
{
|
|
"name": "xiaoxiaobai5724/flarum-theme-switch",
|
|
"type": "flarum-extension",
|
|
"require": { "flarum/core": "^1.8.0" },
|
|
"autoload": { "psr-4": { "Xiaoxiaobai5724\\ThemeSwitcher\\": "src/" } },
|
|
"extra": {
|
|
"flarum-extension": {
|
|
"title": "Theme Switcher",
|
|
"icon": { "name": "fas fa-palette", "backgroundColor": "#673ab7", "color": "#fff" }
|
|
}
|
|
}
|
|
}
|