Demonstrates: lifecycle, routes, admin page, database, events, config, scheduled tasks, inter-plugin calls, and proper library exports. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
17 lines
456 B
JSON
17 lines
456 B
JSON
{
|
|
"name": "hello",
|
|
"version": "1.0.0",
|
|
"api_version": 1,
|
|
"description": "Hello World — example plugin demonstrating the Fastway plugin API",
|
|
"short_description": "Example hello world plugin",
|
|
"author": "Fastway BBS",
|
|
"license": "GPL-3.0",
|
|
"category": "utilities",
|
|
"target": "server",
|
|
"capabilities": ["routes", "admin", "database", "events", "config", "scheduled"],
|
|
"files": {
|
|
"binary": "libhello.so",
|
|
"web": ["web/"]
|
|
}
|
|
}
|