22 lines
609 B
JSON
22 lines
609 B
JSON
{
|
|
"name": "nanobana",
|
|
"displayName": "Nanobana",
|
|
"version": "1.0.0",
|
|
"description": "Exposes a global API endpoint for system consumption.",
|
|
"author": "Clube67",
|
|
"category": "utility",
|
|
"enabled": true,
|
|
"canDisable": true,
|
|
"dependencies": [],
|
|
"backend": {
|
|
"routePrefix": "/api/plugins/nanobana",
|
|
"hasMigrations": true
|
|
},
|
|
"frontend": {
|
|
"menuItems": []
|
|
},
|
|
"configSchema": [
|
|
{ "key": "apiKey", "label": "OpenAI API Key", "type": "password", "placeholder": "sk-...", "required": true, "group": "Integração OpenAI" }
|
|
]
|
|
}
|