diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..992ed46 --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,15 @@ +{ + "name": "browse-marketplace", + "description": "Browser automation plugin for Claude Code", + "owner": { + "name": "aladac", + "url": "https://github.com/aladac" + }, + "plugins": [ + { + "name": "browse", + "description": "Browser automation and image processing tools using Playwright WebKit", + "source": "./" + } + ] +}