Files
time-tools/public/toolbox-app.json
T
2026-09-01 02:54:04 +02:00

42 lines
1.1 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.time-tools",
"name": "Time Tools",
"version": "0.1.0",
"description": "Work with dates, time zones and recurrences locally in the browser.",
"entry": "./",
"icon": "./favicon.svg",
"categories": ["time", "developer", "productivity"],
"tags": ["timestamp", "timezone", "cron", "rrule", "ics"],
"integration": {
"contextVersion": 1,
"launchModes": ["navigate", "new-tab"],
"embedding": "unsupported"
},
"requirements": {
"secureContext": false,
"workers": false,
"indexedDb": false,
"crossOriginIsolated": false,
"topLevelContext": false
},
"privacy": {
"processing": "local",
"fileUploads": false,
"telemetry": false,
"label": "Inputs stay in this browser; nothing is uploaded."
},
"source": {
"repository": "https://git.add-ideas.de/lotobo/time-tools",
"license": "GPL-3.0-or-later"
},
"actions": [
{
"id": "source",
"label": "Source",
"url": "https://git.add-ideas.de/lotobo/time-tools"
}
]
}