mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
21 lines
415 B
JSON
21 lines
415 B
JSON
{
|
|
"name": "n1-send-later",
|
|
"version": "1.0.0",
|
|
|
|
"title": "Send Later",
|
|
"description": "Choose to send emails at a specified time in the future.",
|
|
"icon": "./icon.png",
|
|
"isOptional": true,
|
|
|
|
|
|
"main": "lib/main",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"windowTypes": {
|
|
"default": true,
|
|
"composer": true
|
|
},
|
|
"isOptional": true,
|
|
"license": "GPL-3.0"
|
|
}
|