mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
19 lines
391 B
JSON
Executable file
19 lines
391 B
JSON
Executable file
{
|
|
"name": "keybase",
|
|
"main": "./lib/main",
|
|
"version": "0.1.0",
|
|
"engines": {
|
|
"nylas": "*"
|
|
},
|
|
"isOptional": true,
|
|
|
|
"title": "Encryption",
|
|
"description": "Send and receive encrypted messages using Keybase for public key exchange.",
|
|
"icon": "./icon.png",
|
|
"license": "GPL-3.0",
|
|
"windowTypes": {
|
|
"default": true,
|
|
"composer": true,
|
|
"thread-popout": true
|
|
}
|
|
}
|