Files
Erik Nilsson 66f97ff583 Add unique avatars to our plugins (#17)
* Add avatar images to all plugins

Add assets/avatar.png to each plugin directory and set the `logo`
field in every plugin.json manifest so each plugin has a visible
avatar in the marketplace.

Co-authored-by: Cursor <cursoragent@cursor.com>

* Update avatar images with new designs

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 00:32:52 -05:00

34 lines
722 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",
"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/"
}