diff --git a/marketplace.json b/marketplace.json new file mode 100644 index 0000000..1f07b40 --- /dev/null +++ b/marketplace.json @@ -0,0 +1,14 @@ +{ + "name": "dbxcli", + "displayName": "Dropbox dbxcli", + "description": "Official Dropbox CLI plugin for Claude Code", + "version": "1.0.0", + "plugins": [ + { + "name": "dbxcli", + "path": "dist/claude/dbxcli-plugin", + "version": "0.1.0", + "description": "Safely operate Dropbox through locally installed dbxcli CLI" + } + ] +} \ No newline at end of file