mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
24 lines
550 B
JSON
24 lines
550 B
JSON
|
{
|
||
|
"name": "send-later",
|
||
|
"version": "1.0.0",
|
||
|
"title": "Send Later",
|
||
|
"description": "Choose to send emails at a specified time in the future.",
|
||
|
"isHiddenOnPluginsPage": true,
|
||
|
"icon": "./icon.png",
|
||
|
"main": "lib/main",
|
||
|
"supportedEnvs": ["development", "staging", "production"],
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"windowTypes": {
|
||
|
"default": true,
|
||
|
"composer": true,
|
||
|
"thread-popout": true
|
||
|
},
|
||
|
"isOptional": true,
|
||
|
"engines": {
|
||
|
"mailspring": "*"
|
||
|
},
|
||
|
"license": "GPL-3.0"
|
||
|
}
|