Mailspring/internal_packages/send-later/package.json
2016-02-23 22:29:49 -08:00

26 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"
}