Release Contact Tools 0.2.0
Verify / verify (push) Canceled after 0s

This commit is contained in:
2026-09-02 11:45:06 +02:00
parent 991bebd0d9
commit eb7ff7ae8f
27 changed files with 1356 additions and 110 deletions
+14 -1
View File
@@ -3,7 +3,7 @@
"schemaVersion": 1,
"id": "de.add-ideas.contact-tools",
"name": "Contact Tools",
"version": "0.1.0",
"version": "0.2.0",
"description": "Inspect, convert, and reconcile contacts locally in the browser.",
"entry": "./",
"icon": "./favicon.svg",
@@ -21,6 +21,19 @@
"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,