{ "$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.2.0", "description": "Plan across time zones and preview explicit recurrence dialects locally.", "entry": "./", "icon": "./favicon.svg", "categories": ["time", "developer", "productivity"], "tags": ["timestamp", "timezone", "meeting", "cron", "rrule", "ics"], "integration": { "contextVersion": 1, "launchModes": ["navigate", "new-tab"], "embedding": "unsupported" }, "requirements": { "secureContext": false, "workers": false, "indexedDb": false, "crossOriginIsolated": false, "topLevelContext": false }, "io": { "accepts": [ { "mediaType": "text/calendar", "extensions": [".ics"], "label": "iCalendar" } ], "produces": [ { "mediaType": "text/calendar", "extensions": [".ics"], "label": "iCalendar event" } ] }, "capabilities": { "required": [], "optional": ["clipboard-write"] }, "privacy": { "processing": "local", "fileUploads": true, "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" } ] }