Files
fastway-plugin-webui/plugin.json

23 lines
597 B
JSON

{
"name": "webui",
"version": "0.1.0",
"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/"]
}
}