mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
3fea6c1426
Co-authored-by: Cursor <cursoragent@cursor.com>
33 lines
691 B
JSON
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/"
|
|
}
|