{ "$schema": "https://git.add-ideas.de/lotobo/toolbox-sdk/raw/branch/main/schemas/toolbox-app.v1.schema.json", "schemaVersion": 1, "id": "de.add-ideas.calendar-tools", "name": "Calendar Tools", "version": "0.2.0", "description": "Inspect, repair, and reconcile calendars locally in the browser.", "entry": "./", "icon": "./favicon.svg", "categories": ["productivity", "data", "time"], "tags": ["calendar", "ics", "icalendar", "rrule", "timezone", "dst", "merge"], "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", ".ifb"] }, { "mediaType": "application/jscalendar+json", "extensions": [".json"] } ], "produces": [ { "mediaType": "text/calendar", "extensions": [".ics"] }, { "mediaType": "application/jscalendar+json", "extensions": [".json"] } ] }, "capabilities": { "required": [], "optional": [] }, "privacy": { "processing": "local", "fileUploads": true, "telemetry": false, "label": "Inputs stay in this browser; nothing is uploaded." }, "source": { "repository": "https://git.add-ideas.de/lotobo/calendar-tools", "license": "GPL-3.0-or-later" }, "actions": [ { "id": "source", "label": "Source", "url": "https://git.add-ideas.de/lotobo/calendar-tools" } ] }