Files
translator-tools/public/toolbox-app.json
T
2026-09-03 15:09:03 +02:00

70 lines
1.7 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.translator-tools",
"name": "Translator Tools",
"version": "0.1.3",
"description": "Review and edit translation bundles in the browser with glossary suggestions.",
"entry": "./",
"icon": "./favicon.svg",
"categories": ["text", "developer", "productivity", "i18n"],
"tags": [
"translation",
"i18n",
"locale",
"glossary",
"review",
"json",
"localization"
],
"integration": {
"contextVersion": 1,
"launchModes": ["navigate", "new-tab"],
"embedding": "unsupported"
},
"requirements": {
"secureContext": false,
"workers": false,
"indexedDb": true,
"crossOriginIsolated": false,
"topLevelContext": false
},
"io": {
"accepts": [
{
"mediaType": "application/json",
"extensions": [".json", ".js"],
"label": "Locale JSON or i18next-like translation files"
}
],
"produces": [
{
"mediaType": "application/json",
"extensions": [".json"],
"label": "Reviewed translation bundle"
}
]
},
"capabilities": {
"required": [],
"optional": ["indexeddb", "local-artifact-handoff"]
},
"privacy": {
"processing": "local",
"fileUploads": true,
"telemetry": false,
"label": "Inputs stay in this browser; nothing is uploaded."
},
"source": {
"repository": "https://git.add-ideas.de/lotobo/translator-tools",
"license": "GPL-3.0-or-later"
},
"actions": [
{
"id": "source",
"label": "Source",
"url": "https://git.add-ideas.de/lotobo/translator-tools"
}
]
}