{ "$schema": "https://git.add-ideas.de/lotobo/toolbox-sdk/raw/branch/main/schemas/toolbox-app.v1.schema.json", "schemaVersion": 1, "id": "de.add-ideas.schema-tools", "name": "Schema Tools", "version": "0.1.1", "description": "Inspect, validate, compare, and derive schema examples locally.", "entry": "./", "icon": "./favicon.svg", "categories": ["developer", "data", "productivity"], "tags": ["schema", "json-schema", "xsd", "relax-ng", "schematron", "openapi"], "integration": { "contextVersion": 1, "launchModes": ["navigate", "new-tab"], "embedding": "unsupported" }, "requirements": { "secureContext": false, "workers": false, "indexedDb": false, "crossOriginIsolated": false, "topLevelContext": false }, "privacy": { "processing": "local", "fileUploads": true, "telemetry": false, "label": "Inputs stay in this browser; nothing is uploaded." }, "source": { "repository": "https://git.add-ideas.de/lotobo/schema-tools", "license": "GPL-3.0-or-later" }, "actions": [ { "id": "source", "label": "Source", "url": "https://git.add-ideas.de/lotobo/schema-tools" } ] }