ab03140803
📁 Files changed: 17 📝 Lines changed: 662 • plugin.json • .mcp.json • README.md • analyze.md • compare.md • end.md • extract.md • fill.md • goto.md • restore.md • save.md • scrape.md • screenshot.md • start.md • package.json • browser.ts • mcp.ts
23 lines
512 B
JSON
23 lines
512 B
JSON
{
|
|
"name": "browse",
|
|
"description": "Browser automation and image processing tools for Claude Code using Playwright WebKit",
|
|
"version": "0.2.0",
|
|
"author": {
|
|
"name": "aladac",
|
|
"url": "https://github.com/aladac"
|
|
},
|
|
"repository": "https://github.com/aladac/claude-browse",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"browser",
|
|
"automation",
|
|
"playwright",
|
|
"webkit",
|
|
"screenshot",
|
|
"scraping",
|
|
"image-processing"
|
|
],
|
|
"mcpServers": "./.mcp.json",
|
|
"commands": "./commands"
|
|
}
|