feat: add local OneNote and ONEPKG reader
This commit is contained in:
30
src/toolbox/manifest.definition.json
Normal file
30
src/toolbox/manifest.definition.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"id": "de.add-ideas.onenote-tools",
|
||||
"name": "OneNote Tools",
|
||||
"description": "Local-first reader for tested desktop revision-store .one sections and LZX .onepkg packages; other OneNote formats are not implemented.",
|
||||
"entry": "./",
|
||||
"icon": "./favicon.svg",
|
||||
"categories": ["documents", "onenote"],
|
||||
"tags": ["local", "read-only", "one", "onepkg", "cab", "lzx"],
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user