Files
rand-tools/public/toolbox-app.json
T
2026-09-01 08:27:00 +02:00

52 lines
1.2 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.rand-tools",
"name": "Random Tools",
"version": "0.1.1",
"description": "Generate secure or reproducible random values locally in the browser.",
"entry": "./",
"icon": "./favicon.svg",
"categories": ["random", "developer", "productivity"],
"tags": [
"random",
"uuid",
"ulid",
"dice",
"shuffle",
"sample",
"cards",
"dates",
"coordinates"
],
"integration": {
"contextVersion": 1,
"launchModes": ["navigate", "new-tab"],
"embedding": "unsupported"
},
"requirements": {
"secureContext": true,
"workers": false,
"indexedDb": false,
"crossOriginIsolated": false,
"topLevelContext": false
},
"privacy": {
"processing": "local",
"fileUploads": false,
"telemetry": false,
"label": "All generation runs locally; the application makes no third-party requests."
},
"source": {
"repository": "https://git.add-ideas.de/lotobo/rand-tools",
"license": "GPL-3.0-or-later"
},
"actions": [
{
"id": "source",
"label": "Source",
"url": "https://git.add-ideas.de/lotobo/rand-tools"
}
]
}