{ "$schema": "https://git.add-ideas.de/lotobo/toolbox-sdk/raw/branch/main/schemas/toolbox-app.v1.schema.json", "schemaVersion": 1, "id": "de.add-ideas.flow-tools", "name": "Flow Tools", "version": "0.2.0", "description": "Transform structured data locally.", "entry": "./", "icon": "./favicon.svg", "categories": ["data", "developer", "productivity"], "tags": ["pipeline", "transform", "csv", "json", "join", "group"], "integration": { "contextVersion": 1, "launchModes": ["navigate", "new-tab"], "embedding": "unsupported" }, "requirements": { "secureContext": false, "workers": true, "indexedDb": false, "crossOriginIsolated": false, "topLevelContext": false }, "io": { "accepts": [ { "mediaType": "application/json", "extensions": [".json"] }, { "mediaType": "application/x-ndjson", "extensions": [".ndjson", ".jsonl"] }, { "mediaType": "text/csv", "extensions": [".csv"] }, { "mediaType": "application/xml", "extensions": [".xml"] } ], "produces": [ { "mediaType": "application/json", "extensions": [".json"] }, { "mediaType": "text/csv", "extensions": [".csv"] }, { "mediaType": "image/svg+xml", "extensions": [".svg"] } ] }, "capabilities": { "required": ["workers"], "optional": [] }, "privacy": { "processing": "local", "fileUploads": true, "telemetry": false, "label": "Sources, recipes and results stay in this browser." }, "source": { "repository": "https://git.add-ideas.de/lotobo/flow-tools", "license": "GPL-3.0-or-later" }, "actions": [ { "id": "source", "label": "Source", "url": "https://git.add-ideas.de/lotobo/flow-tools" } ] }