Files
contact-tools/public/toolbox-app.json
T
zemion eb7ff7ae8f
Verify / verify (push) Canceled after 0s
Release Contact Tools 0.2.0
2026-09-02 11:45:06 +02:00

55 lines
1.7 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.contact-tools",
"name": "Contact Tools",
"version": "0.2.0",
"description": "Inspect, convert, and reconcile contacts locally in the browser.",
"entry": "./",
"icon": "./favicon.svg",
"categories": ["productivity", "data", "privacy"],
"tags": ["contacts", "vcard", "vcf", "csv", "deduplicate", "qr"],
"integration": {
"contextVersion": 1,
"launchModes": ["navigate", "new-tab"],
"embedding": "unsupported"
},
"requirements": {
"secureContext": false,
"workers": false,
"indexedDb": false,
"crossOriginIsolated": false,
"topLevelContext": false
},
"io": {
"accepts": [
{ "mediaType": "text/vcard", "extensions": [".vcf", ".vcard"] },
{ "mediaType": "application/vcard+json", "extensions": [".json"] },
{ "mediaType": "application/jscontact+json", "extensions": [".json"] }
],
"produces": [
{ "mediaType": "text/vcard", "extensions": [".vcf"] },
{ "mediaType": "application/vcard+json", "extensions": [".json"] },
{ "mediaType": "application/jscontact+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/contact-tools",
"license": "GPL-3.0-or-later"
},
"actions": [
{
"id": "source",
"label": "Source",
"url": "https://git.add-ideas.de/lotobo/contact-tools"
}
]
}