+27
-3
@@ -3,12 +3,22 @@
|
||||
"schemaVersion": 1,
|
||||
"id": "de.add-ideas.unicode-tools",
|
||||
"name": "Unicode Tools",
|
||||
"version": "0.1.0",
|
||||
"description": "Explore Unicode characters, scripts, emoji and text locally.",
|
||||
"version": "0.2.0",
|
||||
"description": "Explore Unicode, emoji, graphemes and text security locally.",
|
||||
"entry": "./",
|
||||
"icon": "./favicon.svg",
|
||||
"categories": ["unicode", "text", "developer"],
|
||||
"tags": ["unicode", "emoji", "character", "codepoint", "script", "block"],
|
||||
"tags": [
|
||||
"unicode",
|
||||
"emoji",
|
||||
"grapheme",
|
||||
"confusable",
|
||||
"security",
|
||||
"character",
|
||||
"codepoint",
|
||||
"script",
|
||||
"block"
|
||||
],
|
||||
"integration": {
|
||||
"contextVersion": 1,
|
||||
"launchModes": ["navigate", "new-tab"],
|
||||
@@ -21,6 +31,20 @@
|
||||
"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,
|
||||
|
||||
Reference in New Issue
Block a user