diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json deleted file mode 100644 index 3c29ff7..0000000 --- a/.claude-plugin/marketplace.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "name": "playwright-cli", - "owner": { - "name": "Microsoft Corporation" - }, - "plugins": [ - { - "name": "playwright-cli", - "source": "./", - "description": "Control browsers from the command line. Navigate pages, click elements, fill forms, take screenshots, and inspect network traffic using Playwright." - } - ] -} \ No newline at end of file diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json deleted file mode 100644 index 6601ddb..0000000 --- a/.claude-plugin/plugin.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "name": "playwright-cli", - "description": "Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.", - "version": "0.0.1", - "author": { - "name": "Microsoft Corporation" - } -} \ No newline at end of file