Files
fastway-plugin-webui/plugin.json
Ken Johnson dcff1f5dd2
All checks were successful
Build & Release Plugin / build (push) Successful in 14s
v0.1.6: Rebuild with updated fw_plugin_api.pas (SessionSetNodeStatus)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-14 20:18:42 -07:00

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/"]
}
}