Files
claudecodeui/examples/plugins/hello-world/manifest.json
2026-03-06 10:20:56 +01:00

14 lines
390 B
JSON

{
"name": "project-stats",
"displayName": "Project Stats",
"version": "1.0.0",
"description": "Scans the current project and shows file counts, lines of code, file-type breakdown, largest files, and recently modified files.",
"author": "CloudCLI UI",
"icon": "icon.svg",
"type": "module",
"slot": "tab",
"entry": "index.js",
"server": "server.js",
"permissions": []
}