65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"$schema": "https://git.add-ideas.de/zemion/toolbox-sdk/raw/branch/main/schemas/toolbox-app.v1.schema.json",
|
|
"schemaVersion": 1,
|
|
"id": "de.add-ideas.av-tools",
|
|
"name": "Audio & Video Tools",
|
|
"version": "0.1.0",
|
|
"description": "Convert and lightly edit audio and video locally in the browser.",
|
|
"entry": "./",
|
|
"icon": "./favicon.svg",
|
|
"categories": [
|
|
"media",
|
|
"audio",
|
|
"video"
|
|
],
|
|
"tags": [
|
|
"convert",
|
|
"transcode",
|
|
"trim",
|
|
"split",
|
|
"concatenate",
|
|
"crop",
|
|
"resize",
|
|
"normalize",
|
|
"subtitles"
|
|
],
|
|
"integration": {
|
|
"contextVersion": 1,
|
|
"launchModes": [
|
|
"navigate",
|
|
"new-tab"
|
|
],
|
|
"embedding": "unsupported"
|
|
},
|
|
"requirements": {
|
|
"secureContext": true,
|
|
"workers": true,
|
|
"indexedDb": true,
|
|
"crossOriginIsolated": false,
|
|
"topLevelContext": true
|
|
},
|
|
"privacy": {
|
|
"processing": "local",
|
|
"fileUploads": false,
|
|
"telemetry": false
|
|
},
|
|
"source": {
|
|
"repository": "https://git.add-ideas.de/zemion/av-tools",
|
|
"license": "GPL-3.0-or-later"
|
|
},
|
|
"actions": [
|
|
{
|
|
"id": "source",
|
|
"label": "Source",
|
|
"url": "https://git.add-ideas.de/zemion/av-tools"
|
|
}
|
|
],
|
|
"assets": [
|
|
"./vendor/ffmpeg/0.12.10/st/ffmpeg-core.js",
|
|
"./vendor/ffmpeg/0.12.10/st/ffmpeg-core.wasm",
|
|
"./vendor/ffmpeg/0.12.10/mt/ffmpeg-core.js",
|
|
"./vendor/ffmpeg/0.12.10/mt/ffmpeg-core.wasm",
|
|
"./vendor/ffmpeg/0.12.10/mt/ffmpeg-core.worker.js"
|
|
]
|
|
}
|