+30
-3
@@ -3,12 +3,20 @@
|
||||
"schemaVersion": 1,
|
||||
"id": "de.add-ideas.crypto-tools",
|
||||
"name": "Crypto Tools",
|
||||
"version": "0.1.0",
|
||||
"description": "Inspect keys, certificates and signatures locally in the browser.",
|
||||
"version": "0.2.0",
|
||||
"description": "Inspect keys, certificates, PKCS #12 and signatures locally in the browser.",
|
||||
"entry": "./",
|
||||
"icon": "./favicon.svg",
|
||||
"categories": ["security", "cryptography", "developer"],
|
||||
"tags": ["x509", "certificate", "jwk", "signature", "crypto"],
|
||||
"tags": [
|
||||
"x509",
|
||||
"certificate",
|
||||
"pkcs12",
|
||||
"pfx",
|
||||
"jwk",
|
||||
"signature",
|
||||
"crypto"
|
||||
],
|
||||
"integration": {
|
||||
"contextVersion": 1,
|
||||
"launchModes": ["navigate", "new-tab"],
|
||||
@@ -21,6 +29,25 @@
|
||||
"crossOriginIsolated": false,
|
||||
"topLevelContext": false
|
||||
},
|
||||
"io": {
|
||||
"accepts": [
|
||||
{
|
||||
"mediaType": "application/pem-certificate-chain",
|
||||
"extensions": [".pem", ".crt", ".cer", ".csr", ".key"]
|
||||
},
|
||||
{ "mediaType": "application/pkix-cert", "extensions": [".der", ".cer"] },
|
||||
{ "mediaType": "application/pkcs12", "extensions": [".p12", ".pfx"] },
|
||||
{
|
||||
"mediaType": "application/json",
|
||||
"extensions": [".json", ".jwk", ".jwks"]
|
||||
}
|
||||
],
|
||||
"produces": [
|
||||
{ "mediaType": "application/json", "extensions": [".json"] },
|
||||
{ "mediaType": "text/plain", "extensions": [".pem", ".txt"] }
|
||||
]
|
||||
},
|
||||
"capabilities": { "required": [], "optional": ["web-crypto"] },
|
||||
"privacy": {
|
||||
"processing": "local",
|
||||
"fileUploads": true,
|
||||
|
||||
Reference in New Issue
Block a user