Files
cursor__plugins/docs-canvas/.cursor-plugin/plugin.json
Alex Vandak Maloney 442ab7d08f Reuse agent-compatibility's avatar for pr-review-canvas and docs-canvas
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
2026-04-15 13:47:59 -04:00

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/"
}