Mailspring/internal_packages/keybase/package.json

21 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
}
}