Files
2026-02-11 08:53:21 -08:00

33 lines
691 B
JSON

{
"name": "web-browser",
"displayName": "Web Browser",
"version": "1.0.0",
"description": "Browser debugging with DevTools, network traces, and repro steps.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://github.com/cursor/plugins",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"keywords": [
"browser",
"devtools",
"debugging",
"network",
"performance",
"accessibility",
"testing"
],
"category": "developer-tools",
"tags": [
"browser",
"debugging",
"performance",
"accessibility",
"testing"
],
"skills": "./skills/",
"agents": "./agents/"
}