Skip to content

Commit 66f97ff

Browse files
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>
1 parent e350db7 commit 66f97ff

File tree

24 files changed

+12
-0
lines changed

24 files changed

+12
-0
lines changed

android/.cursor-plugin/plugin.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"homepage": "https://github.com/cursor/plugins",
1111
"repository": "https://github.com/cursor/plugins",
1212
"license": "MIT",
13+
"logo": "assets/avatar.png",
1314
"keywords": [
1415
"android",
1516
"kotlin",

android/assets/avatar.png

51.9 KB
Loading

code-review/.cursor-plugin/plugin.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"homepage": "https://github.com/cursor/plugins",
1111
"repository": "https://github.com/cursor/plugins",
1212
"license": "MIT",
13+
"logo": "assets/avatar.png",
1314
"keywords": [
1415
"code-review",
1516
"pull-request",

code-review/assets/avatar.png

61.3 KB
Loading

cursor-dev-kit/.cursor-plugin/plugin.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"homepage": "https://github.com/cursor/plugins",
1111
"repository": "https://github.com/cursor/plugins",
1212
"license": "MIT",
13+
"logo": "assets/avatar.png",
1314
"keywords": [
1415
"cursor-dev-kit",
1516
"ci",

cursor-dev-kit/assets/avatar.png

58.2 KB
Loading

data-science/.cursor-plugin/plugin.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"homepage": "https://github.com/cursor/plugins",
1111
"repository": "https://github.com/cursor/plugins",
1212
"license": "MIT",
13+
"logo": "assets/avatar.png",
1314
"keywords": [
1415
"data-science",
1516
"python",

data-science/assets/avatar.png

62.8 KB
Loading

design/.cursor-plugin/plugin.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"homepage": "https://github.com/cursor/plugins",
1111
"repository": "https://github.com/cursor/plugins",
1212
"license": "MIT",
13+
"logo": "assets/avatar.png",
1314
"keywords": [
1415
"design",
1516
"ux",

design/assets/avatar.png

68 KB
Loading

0 commit comments

Comments
 (0)