45 lines
1.1 KiB
JSON
45 lines
1.1 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.onenote-tools",
|
|
"name": "OneNote Tools",
|
|
"description": "Local-first reader and exporter for tested .one and .onepkg variants, with notebook trees, rich content, and split CAB package support.",
|
|
"entry": "./",
|
|
"icon": "./favicon.svg",
|
|
"categories": ["documents", "onenote"],
|
|
"tags": [
|
|
"local",
|
|
"read-only",
|
|
"one",
|
|
"onepkg",
|
|
"cab",
|
|
"lzx",
|
|
"mszip",
|
|
"quantum",
|
|
"fsshttp",
|
|
"export"
|
|
],
|
|
"integration": {
|
|
"contextVersion": 1,
|
|
"launchModes": ["navigate", "new-tab"],
|
|
"embedding": "unsupported"
|
|
},
|
|
"requirements": {
|
|
"secureContext": false,
|
|
"workers": true,
|
|
"indexedDb": false,
|
|
"crossOriginIsolated": false
|
|
},
|
|
"privacy": {
|
|
"processing": "local",
|
|
"fileUploads": false,
|
|
"telemetry": false,
|
|
"label": "Local only · no uploads · no storage · no telemetry"
|
|
},
|
|
"source": {
|
|
"repository": "https://git.add-ideas.de/zemion/onenote-tools",
|
|
"license": "MPL-2.0 AND LGPL-2.1-only"
|
|
},
|
|
"version": "0.2.1"
|
|
}
|