Files
zemion 424605e61f
Verify / verify (push) Canceled after 0s
Release Unicode Tools 0.2.0
2026-09-02 07:50:37 +02:00

66 lines
1.5 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.unicode-tools",
"name": "Unicode Tools",
"version": "0.2.0",
"description": "Explore Unicode, emoji, graphemes and text security locally.",
"entry": "./",
"icon": "./favicon.svg",
"categories": ["unicode", "text", "developer"],
"tags": [
"unicode",
"emoji",
"grapheme",
"confusable",
"security",
"character",
"codepoint",
"script",
"block"
],
"integration": {
"contextVersion": 1,
"launchModes": ["navigate", "new-tab"],
"embedding": "unsupported"
},
"requirements": {
"secureContext": false,
"workers": true,
"indexedDb": false,
"crossOriginIsolated": false,
"topLevelContext": false
},
"io": {
"accepts": [],
"produces": [
{
"mediaType": "application/json",
"extensions": [".json"],
"label": "Pinned data identity report"
}
]
},
"capabilities": {
"required": ["workers"],
"optional": ["clipboard-write", "intl-segmenter"]
},
"privacy": {
"processing": "local",
"fileUploads": false,
"telemetry": false,
"label": "Inputs stay in this browser; nothing is uploaded."
},
"source": {
"repository": "https://git.add-ideas.de/lotobo/unicode-tools",
"license": "GPL-3.0-or-later"
},
"actions": [
{
"id": "source",
"label": "Source",
"url": "https://git.add-ideas.de/lotobo/unicode-tools"
}
]
}