Files
browse/.claude-plugin/plugin.json
T
Adam Ladachowski 6a055cb18f 💬 Commit message: Update 2026-02-08 04:32:09, 1 files, 2 lines
📁 Files changed: 1
📝 Lines changed: 2

  • plugin.json
2026-02-08 04:32:09 +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.6",
"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"
}