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

This commit is contained in:
2026-09-02 10:18:45 +02:00
parent fbcd0e56d6
commit 98d1ff4afc
35 changed files with 2483 additions and 147 deletions
+12 -3
View File
@@ -3,12 +3,12 @@
"schemaVersion": 1,
"id": "de.add-ideas.api-tools",
"name": "API Tools",
"version": "0.1.0",
"description": "Inspect and compare API descriptions locally.",
"version": "0.2.0",
"description": "Inspect and compare HTTP and event API descriptions locally.",
"entry": "./",
"icon": "./favicon.svg",
"categories": ["developer", "data", "network"],
"tags": ["openapi", "swagger", "har", "schema", "http"],
"tags": ["openapi", "asyncapi", "har", "schema", "http", "events"],
"integration": {
"contextVersion": 1,
"launchModes": ["navigate", "new-tab"],
@@ -21,6 +21,15 @@
"crossOriginIsolated": false,
"topLevelContext": false
},
"io": {
"accepts": [
{ "mediaType": "application/json", "extensions": [".json", ".har"] },
{ "mediaType": "application/yaml", "extensions": [".yaml", ".yml"] },
{ "mediaType": "text/plain", "extensions": [".txt", ".http"] }
],
"produces": [{ "mediaType": "application/json", "extensions": [".json"] }]
},
"capabilities": { "required": [], "optional": ["workers"] },
"privacy": {
"processing": "local",
"fileUploads": true,