+12
-3
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user