This repository has been archived on 2026-04-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
core/extensions/mermaid-renderer/manifest.json
2026-02-25 13:29:15 +00:00

13 lines
307 B
JSON

{
"id": "mermaid-renderer",
"name": "Mermaid Diagrams",
"version": "1.0.0",
"tier": "browser",
"author": "switchboard",
"description": "Renders ```mermaid code blocks as SVG diagrams using mermaid.js",
"permissions": [],
"tools": [],
"surfaces": [],
"settings": {}
}