Files
browse/.claude-plugin/plugin.json
T
Adam Ladachowski c34ee09b97 💬 Commit message: Update 2026-02-08 04:25:31, 2 files, 8 lines
📁 Files changed: 2
📝 Lines changed: 8

  • .mcp.json
  • plugin.json
2026-02-08 04:25:31 +01:00

23 lines
509 B
JSON

{
"name": "browse",
"description": "Browser automation and image processing tools for Claude Code using Playwright WebKit",
"version": "0.2.5",
"author": {
"name": "aladac",
"url": "https://github.com/aladac"
},
"repository": "https://github.com/saiden-dev/browse",
"license": "MIT",
"keywords": [
"browser",
"automation",
"playwright",
"webkit",
"screenshot",
"scraping",
"image-processing"
],
"mcpServers": "./.mcp.json",
"commands": "./commands"
}