Add marketplace.json for plugin installation

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Adam Ladachowski
2026-02-08 03:10:55 +01:00
parent bc1f3d9d73
commit 84691dabdd
+15
View File
@@ -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": "./"
}
]
}