{ "$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.3.1", "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", "extensions", "migration" ], "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" } ] }