Files
eriknson 3498c939f0 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>
2026-02-16 20:26:55 +01:00

29 lines
607 B
JSON

{
"name": "learning",
"displayName": "Learning",
"version": "1.0.0",
"description": "Skill mapping, practice plans, and learning retrospectives.",
"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": [
"learning",
"study-plan",
"practice",
"feedback",
"mentorship"
],
"category": "utilities",
"tags": [
"learning",
"education",
"practice"
],
"skills": "./skills/"
}