2016-02-19 02:00:11 +08:00
|
|
|
{
|
|
|
|
"name": "n1-send-later",
|
|
|
|
"version": "1.0.0",
|
2016-02-24 11:19:43 +08:00
|
|
|
"appId": {
|
|
|
|
"staging": "aqx344zhdh6jyabqokejknkvr",
|
2016-02-24 14:29:49 +08:00
|
|
|
"production": "f076wnyq9hfk00mifxr91mank"
|
2016-02-24 11:19:43 +08:00
|
|
|
},
|
2016-02-24 02:35:03 +08:00
|
|
|
|
|
|
|
"title": "Send Later",
|
|
|
|
"description": "Choose to send emails at a specified time in the future.",
|
|
|
|
"icon": "./icon.png",
|
|
|
|
"isOptional": true,
|
|
|
|
|
|
|
|
|
2016-02-19 02:00:11 +08:00
|
|
|
"main": "lib/main",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"windowTypes": {
|
|
|
|
"default": true,
|
|
|
|
"composer": true
|
|
|
|
},
|
|
|
|
"isOptional": true,
|
|
|
|
"license": "GPL-3.0"
|
|
|
|
}
|