+51
-3
@@ -3,12 +3,20 @@
|
||||
"schemaVersion": 1,
|
||||
"id": "de.add-ideas.privacy-tools",
|
||||
"name": "Privacy Tools",
|
||||
"version": "0.1.0",
|
||||
"description": "Inspect and remove shareable-file metadata locally in the browser.",
|
||||
"version": "0.2.0",
|
||||
"description": "Inspect metadata and create policy-evidenced sharing copies locally.",
|
||||
"entry": "./",
|
||||
"icon": "./favicon.svg",
|
||||
"categories": ["privacy", "files", "security"],
|
||||
"tags": ["metadata", "exif", "privacy", "sanitize", "share"],
|
||||
"tags": [
|
||||
"metadata",
|
||||
"exif",
|
||||
"privacy",
|
||||
"sanitize",
|
||||
"policy",
|
||||
"evidence",
|
||||
"share"
|
||||
],
|
||||
"integration": {
|
||||
"contextVersion": 1,
|
||||
"launchModes": ["navigate", "new-tab"],
|
||||
@@ -21,6 +29,46 @@
|
||||
"crossOriginIsolated": false,
|
||||
"topLevelContext": false
|
||||
},
|
||||
"io": {
|
||||
"accepts": [
|
||||
{
|
||||
"mediaType": "*/*",
|
||||
"extensions": [],
|
||||
"label": "Files for bounded metadata inventory"
|
||||
}
|
||||
],
|
||||
"produces": [
|
||||
{
|
||||
"mediaType": "image/jpeg",
|
||||
"extensions": [".jpg", ".jpeg"],
|
||||
"label": "Verified re-encoded JPEG"
|
||||
},
|
||||
{
|
||||
"mediaType": "image/png",
|
||||
"extensions": [".png"],
|
||||
"label": "Verified re-encoded PNG"
|
||||
},
|
||||
{
|
||||
"mediaType": "image/webp",
|
||||
"extensions": [".webp"],
|
||||
"label": "Verified re-encoded WebP"
|
||||
},
|
||||
{
|
||||
"mediaType": "application/json",
|
||||
"extensions": [".json"],
|
||||
"label": "Inspection and policy evidence"
|
||||
},
|
||||
{
|
||||
"mediaType": "application/zip",
|
||||
"extensions": [".zip"],
|
||||
"label": "Safe-share bundle"
|
||||
}
|
||||
]
|
||||
},
|
||||
"capabilities": {
|
||||
"required": ["canvas-2d", "web-crypto", "workers"],
|
||||
"optional": ["create-image-bitmap"]
|
||||
},
|
||||
"privacy": {
|
||||
"processing": "local",
|
||||
"fileUploads": true,
|
||||
|
||||
Reference in New Issue
Block a user