All checks were successful
Build & Release Plugin / build (push) Successful in 14s
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
23 lines
597 B
JSON
23 lines
597 B
JSON
{
|
|
"name": "webui",
|
|
"version": "0.1.6",
|
|
"api_version": 1,
|
|
"description": "Web-based thin client for Fastway BBS - browser access to BBS features",
|
|
"short_description": "Web-based BBS thin client",
|
|
"author": "Fastway BBS",
|
|
"license": "GPL-3.0",
|
|
"category": "communication",
|
|
"target": "client",
|
|
"homepage": "https://kjgr.io/fastway/fastway-plugin-webui",
|
|
"repository": "fastway/fastway-plugin-webui",
|
|
"dependencies": {
|
|
"fastway": ">=0.2.0",
|
|
"plugins": []
|
|
},
|
|
"capabilities": ["routes", "config"],
|
|
"files": {
|
|
"binary": "libwebui.so",
|
|
"web": ["web/"]
|
|
}
|
|
}
|