mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
20 lines
424 B
JSON
Executable file
20 lines
424 B
JSON
Executable file
{
|
|
"name": "keybase",
|
|
"main": "./lib/main",
|
|
"version": "0.1.0",
|
|
"engines": {
|
|
"nylas": "*"
|
|
},
|
|
"isOptional": true,
|
|
"isHiddenOnPluginsPage": 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
|
|
}
|
|
}
|