{ "$schema": "https://git.add-ideas.de/lotobo/toolbox-sdk/raw/branch/main/schemas/toolbox-app.v1.schema.json", "schemaVersion": 1, "id": "de.add-ideas.image-tools", "name": "Image Tools", "version": "0.2.0", "description": "Crop, resize, convert and batch-process static raster images locally.", "entry": "./", "icon": "./favicon.svg", "categories": ["graphics", "image", "productivity"], "tags": [ "image", "resize", "crop", "convert", "compress", "recipe", "batch", "zip" ], "integration": { "contextVersion": 1, "launchModes": ["navigate", "new-tab"], "embedding": "unsupported" }, "requirements": { "secureContext": false, "workers": true, "indexedDb": false, "crossOriginIsolated": false, "topLevelContext": false }, "io": { "accepts": [ { "mediaType": "image/png", "extensions": [".png"], "label": "Static PNG" }, { "mediaType": "image/jpeg", "extensions": [".jpg", ".jpeg"], "label": "JPEG" }, { "mediaType": "image/webp", "extensions": [".webp"], "label": "Static WebP when browser-supported" }, { "mediaType": "application/json", "extensions": [".json"], "label": "Image transform recipe" } ], "produces": [ { "mediaType": "image/png", "extensions": [".png"], "label": "PNG" }, { "mediaType": "image/jpeg", "extensions": [".jpg"], "label": "JPEG" }, { "mediaType": "image/webp", "extensions": [".webp"], "label": "WebP when browser-supported" }, { "mediaType": "application/zip", "extensions": [".zip"], "label": "Bounded batch ZIP" }, { "mediaType": "application/json", "extensions": [".json"], "label": "Recipe and processing reports" } ] }, "capabilities": { "required": ["canvas-2d", "workers"], "optional": ["create-image-bitmap", "offscreen-canvas"] }, "privacy": { "processing": "local", "fileUploads": true, "telemetry": false, "label": "Inputs stay in this browser; nothing is uploaded." }, "source": { "repository": "https://git.add-ideas.de/lotobo/image-tools", "license": "GPL-3.0-or-later" }, "actions": [ { "id": "source", "label": "Source", "url": "https://git.add-ideas.de/lotobo/image-tools" } ] }