42 lines
1.2 KiB
JSON
42 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.0",
|
|
"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"],
|
|
"integration": {
|
|
"contextVersion": 1,
|
|
"launchModes": ["navigate", "new-tab"],
|
|
"embedding": "unsupported"
|
|
},
|
|
"requirements": {
|
|
"secureContext": true,
|
|
"workers": false,
|
|
"indexedDb": false,
|
|
"crossOriginIsolated": false,
|
|
"topLevelContext": false
|
|
},
|
|
"privacy": {
|
|
"processing": "mixed",
|
|
"fileUploads": false,
|
|
"telemetry": false,
|
|
"label": "Local generation is the default; RANDOM.ORG is contacted only after explicit opt-in."
|
|
},
|
|
"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"
|
|
}
|
|
]
|
|
}
|