66 lines
1.8 KiB
JSON
66 lines
1.8 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.minimize-tools",
|
|
"name": "Minimize Tools",
|
|
"version": "0.2.0",
|
|
"description": "Reduce failing inputs while preserving the failure locally.",
|
|
"entry": "./",
|
|
"icon": "./favicon.svg",
|
|
"categories": ["developer", "data", "testing"],
|
|
"tags": [
|
|
"minimize",
|
|
"delta-debugging",
|
|
"reproducer",
|
|
"json-schema",
|
|
"xslt",
|
|
"regex"
|
|
],
|
|
"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": "application/xml",
|
|
"extensions": [".xml", ".xsl", ".xslt"]
|
|
}
|
|
],
|
|
"produces": [
|
|
{ "mediaType": "text/plain", "extensions": [".txt"] },
|
|
{ "mediaType": "application/json", "extensions": [".json"] },
|
|
{ "mediaType": "application/xml", "extensions": [".xml"] },
|
|
{ "mediaType": "application/zip", "extensions": [".zip"] }
|
|
]
|
|
},
|
|
"capabilities": { "required": [], "optional": ["workers"] },
|
|
"privacy": {
|
|
"processing": "local",
|
|
"fileUploads": true,
|
|
"telemetry": false,
|
|
"label": "Inputs and predicates stay in this browser; nothing is uploaded."
|
|
},
|
|
"source": {
|
|
"repository": "https://git.add-ideas.de/lotobo/minimize-tools",
|
|
"license": "GPL-3.0-or-later"
|
|
},
|
|
"actions": [
|
|
{
|
|
"id": "source",
|
|
"label": "Source",
|
|
"url": "https://git.add-ideas.de/lotobo/minimize-tools"
|
|
}
|
|
]
|
|
}
|