mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
442ab7d08f
The inline SVG Cursor cube was rendering too chunky in the marketplace card tile, even after padding the viewBox. Drop both avatars back to the same properly-designed raster avatar (256x256 RGBA PNG) used by `agent-compatibility`, and point each manifest's `logo` field at `assets/avatar.png`. Made-with: Cursor
30 lines
800 B
JSON
30 lines
800 B
JSON
{
|
|
"name": "docs-canvas",
|
|
"displayName": "Docs Canvas",
|
|
"version": "0.1.0",
|
|
"description": "Render documentation — architecture notes, API references, runbooks, and codebase walkthroughs — as a navigable Cursor Canvas with sections, table of contents, diagrams, and cross-references.",
|
|
"author": {
|
|
"name": "Cursor",
|
|
"email": "plugins@cursor.com"
|
|
},
|
|
"homepage": "https://github.com/cursor/plugins/tree/main/docs-canvas",
|
|
"repository": "https://github.com/cursor/plugins",
|
|
"license": "MIT",
|
|
"logo": "assets/avatar.png",
|
|
"keywords": [
|
|
"cursor-plugin",
|
|
"canvas",
|
|
"documentation",
|
|
"docs",
|
|
"architecture",
|
|
"reference"
|
|
],
|
|
"category": "developer-tools",
|
|
"tags": [
|
|
"canvas",
|
|
"documentation",
|
|
"workflow"
|
|
],
|
|
"skills": "./skills/"
|
|
}
|