Files
browse/.claude-plugin/plugin.json
T
Adam Ladachowski a352fe3fcb Update repository URLs to saiden-dev/browse
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-08 03:17:41 +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.0",
"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"
}