mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-03-10 08:27:40 +00:00
14 lines
317 B
JSON
14 lines
317 B
JSON
{
|
|
"name": "hello-world",
|
|
"displayName": "Hello World",
|
|
"version": "1.0.0",
|
|
"description": "A minimal example plugin that demonstrates the plugin API.",
|
|
"author": "Claude Code UI",
|
|
"icon": "Puzzle",
|
|
"type": "module",
|
|
"slot": "tab",
|
|
"entry": "index.js",
|
|
"server": "server.js",
|
|
"permissions": []
|
|
}
|