Files
auth-tools/public/toolbox-app.json
T

53 lines
1.3 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.auth-tools",
"name": "OTP & Passkey Tools",
"version": "0.2.0",
"description": "Generate, inspect and verify OTP credentials and test WebAuthn/passkey ceremonies locally in the browser.",
"entry": "./",
"icon": "./favicon.svg",
"categories": ["security", "authentication", "developer"],
"tags": [
"otp",
"hotp",
"totp",
"ocra",
"oath",
"webauthn",
"fido2",
"passkey",
"attestation",
"assertion"
],
"integration": {
"contextVersion": 1,
"launchModes": ["navigate", "new-tab"],
"embedding": "unsupported"
},
"requirements": {
"secureContext": true,
"workers": false,
"indexedDb": false,
"crossOriginIsolated": false,
"topLevelContext": true
},
"privacy": {
"processing": "local",
"fileUploads": false,
"telemetry": false,
"label": "Authentication material stays in this tab; nothing is uploaded or saved unless you explicitly export it."
},
"source": {
"repository": "https://git.add-ideas.de/lotobo/auth-tools",
"license": "GPL-3.0-or-later"
},
"actions": [
{
"id": "source",
"label": "Source",
"url": "https://git.add-ideas.de/lotobo/auth-tools"
}
]
}