+24
-3
@@ -3,12 +3,12 @@
|
||||
"schemaVersion": 1,
|
||||
"id": "de.add-ideas.subtitle-tools",
|
||||
"name": "Subtitle Tools",
|
||||
"version": "0.1.0",
|
||||
"description": "Edit, validate, synchronize, compare, and convert subtitles locally.",
|
||||
"version": "0.2.0",
|
||||
"description": "Edit, navigate, synchronize and convert subtitles locally.",
|
||||
"entry": "./",
|
||||
"icon": "./favicon.svg",
|
||||
"categories": ["media", "text", "productivity"],
|
||||
"tags": ["subtitles", "captions", "srt", "webvtt", "ass", "timing"],
|
||||
"tags": ["subtitles", "captions", "srt", "webvtt", "ass", "ttml", "timing"],
|
||||
"integration": {
|
||||
"contextVersion": 1,
|
||||
"launchModes": ["navigate", "new-tab"],
|
||||
@@ -21,6 +21,27 @@
|
||||
"crossOriginIsolated": false,
|
||||
"topLevelContext": false
|
||||
},
|
||||
"io": {
|
||||
"accepts": [
|
||||
{ "mediaType": "text/plain", "extensions": [".srt", ".ass", ".ssa"] },
|
||||
{ "mediaType": "text/vtt", "extensions": [".vtt"] },
|
||||
{
|
||||
"mediaType": "application/ttml+xml",
|
||||
"extensions": [".ttml", ".dfxp", ".xml"]
|
||||
},
|
||||
{ "mediaType": "audio/*", "extensions": [] },
|
||||
{ "mediaType": "video/*", "extensions": [] }
|
||||
],
|
||||
"produces": [
|
||||
{ "mediaType": "text/plain", "extensions": [".srt", ".ass"] },
|
||||
{ "mediaType": "text/vtt", "extensions": [".vtt"] },
|
||||
{ "mediaType": "application/ttml+xml", "extensions": [".ttml"] }
|
||||
]
|
||||
},
|
||||
"capabilities": {
|
||||
"required": [],
|
||||
"optional": ["workers", "web-audio", "media-playback"]
|
||||
},
|
||||
"privacy": {
|
||||
"processing": "local",
|
||||
"fileUploads": true,
|
||||
|
||||
Reference in New Issue
Block a user