mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
25 lines
506 B
JSON
Executable file
25 lines
506 B
JSON
Executable file
{
|
|
"name": "composer-translate",
|
|
"version": "0.2.0",
|
|
"main": "./lib/main",
|
|
|
|
"isOptional": true,
|
|
|
|
"title": "Translation",
|
|
"description": "Translate your drafts in the composer into other languages using the Yandex Translation API.",
|
|
"icon": "./icon.png",
|
|
|
|
"license": "GPL-3.0",
|
|
"engines": {
|
|
"nylas": "*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/nylas/N1"
|
|
},
|
|
"windowTypes": {
|
|
"default": true,
|
|
"composer": true,
|
|
"thread-popout": true
|
|
}
|
|
}
|