51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"$schema": "https://git.add-ideas.de/zemion/toolbox-sdk/raw/branch/main/schemas/toolbox-app.v1.schema.json",
|
|
"schemaVersion": 1,
|
|
"id": "de.add-ideas.regex-tools",
|
|
"name": "Regex Tools",
|
|
"version": "0.3.0",
|
|
"description": "Develop, explain, test and apply regular expressions locally in the browser.",
|
|
"entry": "./",
|
|
"icon": "./favicon.svg",
|
|
"categories": ["developer", "text", "regex"],
|
|
"tags": ["regular-expression", "match", "replace", "explain", "test"],
|
|
"integration": {
|
|
"contextVersion": 1,
|
|
"launchModes": ["navigate", "new-tab"],
|
|
"embedding": "unsupported"
|
|
},
|
|
"requirements": {
|
|
"secureContext": false,
|
|
"workers": true,
|
|
"indexedDb": true,
|
|
"crossOriginIsolated": false,
|
|
"topLevelContext": false
|
|
},
|
|
"privacy": {
|
|
"processing": "local",
|
|
"fileUploads": false,
|
|
"telemetry": false
|
|
},
|
|
"source": {
|
|
"repository": "https://git.add-ideas.de/zemion/regex-tools",
|
|
"license": "GPL-3.0-or-later"
|
|
},
|
|
"actions": [
|
|
{
|
|
"id": "source",
|
|
"label": "Source",
|
|
"url": "https://git.add-ideas.de/zemion/regex-tools"
|
|
}
|
|
],
|
|
"assets": [
|
|
"./engines/pcre2/pcre2.mjs",
|
|
"./engines/pcre2/pcre2.wasm",
|
|
"./engines/python/pyodide.mjs",
|
|
"./engines/python/pyodide.asm.mjs",
|
|
"./engines/python/pyodide.asm.wasm",
|
|
"./engines/python/pyodide-lock.json",
|
|
"./engines/python/python_stdlib.zip",
|
|
"./engines/java/java-regex.mjs"
|
|
]
|
|
}
|