{ "$schema": "https://git.add-ideas.de/lotobo/toolbox-sdk/raw/branch/main/schemas/toolbox-app.v1.schema.json", "schemaVersion": 1, "id": "de.add-ideas.diff-tools", "name": "Diff Tools", "version": "0.2.0", "description": "Compare files and directories or perform bounded three-way merges locally.", "entry": "./", "icon": "./favicon.svg", "categories": ["developer", "files", "productivity"], "tags": [ "diff", "compare", "json", "xml", "csv", "patch", "directory", "manifest", "merge" ], "integration": { "contextVersion": 1, "launchModes": ["navigate", "new-tab"], "embedding": "unsupported" }, "requirements": { "secureContext": false, "workers": true, "indexedDb": false, "crossOriginIsolated": false, "topLevelContext": false }, "io": { "accepts": [ { "mediaType": "text/*", "extensions": [".txt", ".md", ".csv", ".xml"], "label": "Text, CSV and XML files" }, { "mediaType": "application/json", "extensions": [".json"], "label": "JSON documents and directory manifests" }, { "mediaType": "*/*", "extensions": [], "label": "Files selected for bounded directory hashing" } ], "produces": [ { "mediaType": "text/x-diff", "extensions": [".diff", ".patch"], "label": "Unified and JSON patches" }, { "mediaType": "text/plain", "extensions": [".txt"], "label": "Three-way merge result" }, { "mediaType": "application/json", "extensions": [".json"], "label": "Diff, merge and directory-manifest reports" } ] }, "capabilities": { "required": ["workers"], "optional": ["web-crypto"] }, "privacy": { "processing": "local", "fileUploads": true, "telemetry": false, "label": "Inputs stay in this browser; nothing is uploaded." }, "source": { "repository": "https://git.add-ideas.de/lotobo/diff-tools", "license": "GPL-3.0-or-later" }, "actions": [ { "id": "source", "label": "Source", "url": "https://git.add-ideas.de/lotobo/diff-tools" } ] }