+16
-6
@@ -3,7 +3,7 @@
|
||||
"schemaVersion": 1,
|
||||
"id": "de.add-ideas.svg-tools",
|
||||
"name": "SVG Tools",
|
||||
"version": "0.1.0",
|
||||
"version": "0.2.0",
|
||||
"description": "Inspect, edit, optimize and transform SVG documents locally in the browser.",
|
||||
"entry": "./",
|
||||
"icon": "./favicon.svg",
|
||||
@@ -24,16 +24,26 @@
|
||||
},
|
||||
"requirements": {
|
||||
"secureContext": false,
|
||||
"workers": true,
|
||||
"workers": false,
|
||||
"indexedDb": false,
|
||||
"crossOriginIsolated": false,
|
||||
"topLevelContext": false
|
||||
},
|
||||
"privacy": {
|
||||
"processing": "local",
|
||||
"fileUploads": false,
|
||||
"telemetry": false
|
||||
"io": {
|
||||
"accepts": [
|
||||
{ "mediaType": "image/svg+xml", "extensions": [".svg", ".svgz"] },
|
||||
{ "mediaType": "application/json", "extensions": [".svgtools.json"] }
|
||||
],
|
||||
"produces": [
|
||||
{ "mediaType": "image/svg+xml", "extensions": [".svg", ".svgz"] },
|
||||
{ "mediaType": "image/png", "extensions": [".png"] },
|
||||
{ "mediaType": "image/jpeg", "extensions": [".jpg"] },
|
||||
{ "mediaType": "image/webp", "extensions": [".webp"] },
|
||||
{ "mediaType": "application/json", "extensions": [".svgtools.json"] }
|
||||
]
|
||||
},
|
||||
"capabilities": { "required": [], "optional": ["workers", "canvas"] },
|
||||
"privacy": { "processing": "local", "fileUploads": true, "telemetry": false },
|
||||
"source": {
|
||||
"repository": "https://git.add-ideas.de/lotobo/svg-tools",
|
||||
"license": "GPL-3.0-or-later"
|
||||
|
||||
Reference in New Issue
Block a user