mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
66f97ff583
* 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>
30 lines
643 B
JSON
30 lines
643 B
JSON
{
|
|
"name": "documentation",
|
|
"displayName": "Documentation",
|
|
"version": "1.0.0",
|
|
"description": "READMEs, API docs, architecture notes, and changelogs.",
|
|
"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": [
|
|
"documentation",
|
|
"readme",
|
|
"api-docs",
|
|
"architecture",
|
|
"writing"
|
|
],
|
|
"category": "utilities",
|
|
"tags": [
|
|
"docs",
|
|
"writing",
|
|
"developer-experience"
|
|
],
|
|
"skills": "./skills/",
|
|
"rules": "./rules/"
|
|
}
|