{ "$schema": "https://git.add-ideas.de/lotobo/toolbox-sdk/raw/branch/main/schemas/toolbox-app.v1.schema.json", "schemaVersion": 1, "id": "de.add-ideas.api-tools", "name": "API Tools", "version": "0.2.0", "description": "Inspect and compare HTTP and event API descriptions locally.", "entry": "./", "icon": "./favicon.svg", "categories": ["developer", "data", "network"], "tags": ["openapi", "asyncapi", "har", "schema", "http", "events"], "integration": { "contextVersion": 1, "launchModes": ["navigate", "new-tab"], "embedding": "unsupported" }, "requirements": { "secureContext": false, "workers": false, "indexedDb": false, "crossOriginIsolated": false, "topLevelContext": false }, "io": { "accepts": [ { "mediaType": "application/json", "extensions": [".json", ".har"] }, { "mediaType": "application/yaml", "extensions": [".yaml", ".yml"] }, { "mediaType": "text/plain", "extensions": [".txt", ".http"] } ], "produces": [{ "mediaType": "application/json", "extensions": [".json"] }] }, "capabilities": { "required": [], "optional": ["workers"] }, "privacy": { "processing": "local", "fileUploads": true, "telemetry": false, "label": "Descriptions and exchanges stay local; generated requests are never executed." }, "source": { "repository": "https://git.add-ideas.de/lotobo/api-tools", "license": "GPL-3.0-or-later" }, "actions": [ { "id": "source", "label": "Source", "url": "https://git.add-ideas.de/lotobo/api-tools" } ] }