55 lines
1.6 KiB
JSON
55 lines
1.6 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.repro-tools",
|
|
"name": "Repro Tools",
|
|
"version": "0.2.0",
|
|
"description": "Build and verify reproducible file manifests locally.",
|
|
"entry": "./",
|
|
"icon": "./favicon.svg",
|
|
"categories": ["developer", "files", "security"],
|
|
"tags": ["reproducible", "manifest", "sha256", "sha512", "zip", "verify"],
|
|
"integration": {
|
|
"contextVersion": 1,
|
|
"launchModes": ["navigate", "new-tab"],
|
|
"embedding": "unsupported"
|
|
},
|
|
"requirements": {
|
|
"secureContext": true,
|
|
"workers": false,
|
|
"indexedDb": false,
|
|
"crossOriginIsolated": false,
|
|
"topLevelContext": false
|
|
},
|
|
"io": {
|
|
"accepts": [
|
|
{ "mediaType": "*/*", "extensions": [] },
|
|
{ "mediaType": "application/zip", "extensions": [".zip"] },
|
|
{ "mediaType": "application/json", "extensions": [".json"] }
|
|
],
|
|
"produces": [
|
|
{ "mediaType": "application/json", "extensions": [".json"] },
|
|
{ "mediaType": "text/csv", "extensions": [".csv"] },
|
|
{ "mediaType": "application/zip", "extensions": [".zip"] }
|
|
]
|
|
},
|
|
"capabilities": { "required": [], "optional": ["web-crypto"] },
|
|
"privacy": {
|
|
"processing": "local",
|
|
"fileUploads": true,
|
|
"telemetry": false,
|
|
"label": "Inputs stay in this browser; nothing is uploaded."
|
|
},
|
|
"source": {
|
|
"repository": "https://git.add-ideas.de/lotobo/repro-tools",
|
|
"license": "GPL-3.0-or-later"
|
|
},
|
|
"actions": [
|
|
{
|
|
"id": "source",
|
|
"label": "Source",
|
|
"url": "https://git.add-ideas.de/lotobo/repro-tools"
|
|
}
|
|
]
|
|
}
|