{ "$schema": "https://git.add-ideas.de/lotobo/toolbox-sdk/raw/branch/main/schemas/toolbox-app.v1.schema.json", "schemaVersion": 1, "id": "de.add-ideas.helper-tools", "name": "Helper Tools", "version": "0.2.0", "description": "Encode, convert, inspect and calculate locally.", "entry": "./", "icon": "./favicon.svg", "categories": ["developer", "data", "utilities"], "tags": [ "base64", "hex", "unicode", "units", "cidr", "timestamp", "csv", "json", "checksum", "random" ], "integration": { "contextVersion": 1, "launchModes": ["navigate", "new-tab"], "embedding": "unsupported" }, "requirements": { "secureContext": false, "workers": false, "indexedDb": false, "crossOriginIsolated": false, "topLevelContext": false }, "io": { "accepts": [ { "mediaType": "text/plain", "extensions": [".txt"] }, { "mediaType": "application/json", "extensions": [".json"] }, { "mediaType": "text/csv", "extensions": [".csv"] } ], "produces": [ { "mediaType": "text/plain", "extensions": [".txt"] }, { "mediaType": "application/json", "extensions": [".json"] }, { "mediaType": "text/csv", "extensions": [".csv"] } ] }, "capabilities": { "required": [], "optional": ["web-crypto", "workers"] }, "privacy": { "processing": "local", "fileUploads": false, "telemetry": false, "label": "Inputs stay in this browser; nothing is uploaded or retained." }, "source": { "repository": "https://git.add-ideas.de/lotobo/helper-tools", "license": "GPL-3.0-or-later" }, "actions": [ { "id": "source", "label": "Source", "url": "https://git.add-ideas.de/lotobo/helper-tools" } ] }