Files
fixture-tools/public/toolbox-app.json
T
zemion f1c41e7079
Verify / verify (push) Canceled after 0s
Release Fixture Tools 0.2.0
2026-09-02 13:00:37 +02:00

58 lines
1.9 KiB
JSON

{
"$schema": "https://git.add-ideas.de/lotobo/toolbox-sdk/raw/branch/main/schemas/toolbox-app.v1.schema.json",
"schemaVersion": 1,
"id": "de.add-ideas.fixture-tools",
"name": "Fixture Tools",
"version": "0.2.0",
"description": "Generate deterministic synthetic test data locally.",
"entry": "./",
"icon": "./favicon.svg",
"categories": ["developer", "data", "productivity"],
"tags": ["fixtures", "synthetic-data", "schema", "csv", "sql", "testing"],
"integration": {
"contextVersion": 1,
"launchModes": ["navigate", "new-tab"],
"embedding": "unsupported"
},
"requirements": {
"secureContext": false,
"workers": false,
"indexedDb": false,
"crossOriginIsolated": false,
"topLevelContext": false
},
"io": {
"accepts": [
{ "mediaType": "application/schema+json", "extensions": [".json"] },
{ "mediaType": "application/sql", "extensions": [".sql"] },
{ "mediaType": "application/xml", "extensions": [".xsd", ".xml"] },
{ "mediaType": "text/csv", "extensions": [".csv"] }
],
"produces": [
{ "mediaType": "application/json", "extensions": [".json"] },
{ "mediaType": "application/x-ndjson", "extensions": [".ndjson"] },
{ "mediaType": "text/csv", "extensions": [".csv"] },
{ "mediaType": "application/xml", "extensions": [".xml"] },
{ "mediaType": "application/sql", "extensions": [".sql"] }
]
},
"capabilities": { "required": [], "optional": [] },
"privacy": {
"processing": "local",
"fileUploads": true,
"telemetry": false,
"label": "Inputs stay in this browser; nothing is uploaded."
},
"source": {
"repository": "https://git.add-ideas.de/lotobo/fixture-tools",
"license": "GPL-3.0-or-later"
},
"actions": [
{
"id": "source",
"label": "Source",
"url": "https://git.add-ideas.de/lotobo/fixture-tools"
}
]
}