From 84691dabddf349a2d900646a2f12de46b6efbaf5 Mon Sep 17 00:00:00 2001 From: Adam Ladachowski Date: Sun, 8 Feb 2026 03:10:55 +0100 Subject: [PATCH] Add marketplace.json for plugin installation Co-Authored-By: Claude Opus 4.5 --- .claude-plugin/marketplace.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .claude-plugin/marketplace.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..992ed46 --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -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": "./" + } + ] +}