-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathplugin.json
More file actions
33 lines (33 loc) · 837 Bytes
/
plugin.json
File metadata and controls
33 lines (33 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"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/"
}