Files
cursor__plugins/web-browser/.cursor-plugin/plugin.json
eriknson 2ea22ffa0b Expand plugin descriptions for better marketplace context
Adds a second sentence to each plugin description that summarizes
what the plugin actually provides, verified against skill, rule,
and agent content. First sentence preserved for truncated display.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 12:51:56 +01:00

34 lines
837 B
JSON

{
"name": "web-browser",
"displayName": "Web Browser",
"version": "1.0.0",
"description": "Browser debugging with DevTools, network traces, and repro steps. Provides structured workflows for network analysis, performance profiling, and capturing reproducible bug reports.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://github.com/cursor/plugins",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "assets/avatar.png",
"keywords": [
"browser",
"devtools",
"debugging",
"network",
"performance",
"accessibility",
"testing"
],
"category": "developer-tools",
"tags": [
"browser",
"debugging",
"performance",
"accessibility",
"testing"
],
"skills": "./skills/",
"agents": "./agents/"
}