mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
25 lines
523 B
JSON
25 lines
523 B
JSON
{
|
|
"name": "n1-send-later",
|
|
"version": "1.0.0",
|
|
"appId": {
|
|
"staging": "aqx344zhdh6jyabqokejknkvr",
|
|
"production": "f076wnyq9hfk00mifxr91mank"
|
|
},
|
|
|
|
"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"
|
|
}
|