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/builtin/diff-viewer/manifest.json
2026-02-25 13:29:15 +00:00

13 lines
325 B
JSON

{
"id": "diff-viewer",
"name": "Diff Viewer",
"version": "1.0.0",
"tier": "browser",
"author": "switchboard",
"description": "Renders ```diff code blocks with syntax-highlighted additions, deletions, and context lines",
"permissions": [],
"tools": [],
"surfaces": [],
"settings": {}
}