diff --git a/examples/plugins/hello-world/manifest.json b/examples/plugins/hello-world/manifest.json index aa62231..930a114 100644 --- a/examples/plugins/hello-world/manifest.json +++ b/examples/plugins/hello-world/manifest.json @@ -1,9 +1,9 @@ { - "name": "hello-world", + "name": "project-stats", "displayName": "Project Stats", - "version": "2.0.0", + "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": "Claude Code UI", + "author": "CloudCLI UI", "icon": "icon.svg", "type": "module", "slot": "tab",