Files
browse/.claude-plugin/marketplace.json
T
Adam Ladachowski 84691dabdd Add marketplace.json for plugin installation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-08 03:10:55 +01:00

16 lines
347 B
JSON

{
"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": "./"
}
]
}