+36
-3
@@ -3,12 +3,21 @@
|
||||
"schemaVersion": 1,
|
||||
"id": "de.add-ideas.file-tools",
|
||||
"name": "File Tools",
|
||||
"version": "0.1.0",
|
||||
"description": "Identify, inspect and inventory local files in the browser.",
|
||||
"version": "0.2.0",
|
||||
"description": "Inspect, hash, rename, split and join local files in the browser.",
|
||||
"entry": "./",
|
||||
"icon": "./favicon.svg",
|
||||
"categories": ["files", "developer", "productivity"],
|
||||
"tags": ["file", "hex", "checksum", "manifest", "duplicate"],
|
||||
"tags": [
|
||||
"file",
|
||||
"hex",
|
||||
"checksum",
|
||||
"manifest",
|
||||
"rename",
|
||||
"split",
|
||||
"join",
|
||||
"duplicate"
|
||||
],
|
||||
"integration": {
|
||||
"contextVersion": 1,
|
||||
"launchModes": ["navigate", "new-tab"],
|
||||
@@ -21,6 +30,30 @@
|
||||
"crossOriginIsolated": false,
|
||||
"topLevelContext": false
|
||||
},
|
||||
"io": {
|
||||
"accepts": [
|
||||
{ "mediaType": "*/*", "extensions": [], "label": "Any local file" }
|
||||
],
|
||||
"produces": [
|
||||
{
|
||||
"mediaType": "*/*",
|
||||
"extensions": [],
|
||||
"label": "Renamed or joined local file"
|
||||
},
|
||||
{
|
||||
"mediaType": "application/json",
|
||||
"extensions": [".json"],
|
||||
"label": "Inventory and split manifests"
|
||||
},
|
||||
{ "mediaType": "text/csv", "extensions": [".csv"], "label": "Inventory" },
|
||||
{
|
||||
"mediaType": "text/plain",
|
||||
"extensions": [".sha256", ".sha512"],
|
||||
"label": "Checksum manifests"
|
||||
}
|
||||
]
|
||||
},
|
||||
"capabilities": { "required": ["workers", "web-crypto"], "optional": [] },
|
||||
"privacy": {
|
||||
"processing": "local",
|
||||
"fileUploads": true,
|
||||
|
||||
Reference in New Issue
Block a user