2015-10-04 05:05:47 +08:00
|
|
|
{
|
2016-01-08 06:56:34 +08:00
|
|
|
"name": "composer-templates",
|
2015-10-04 05:05:47 +08:00
|
|
|
"version": "0.1.0",
|
|
|
|
"main": "./lib/main",
|
|
|
|
|
2016-01-08 06:56:34 +08:00
|
|
|
"isOptional": true,
|
|
|
|
|
2016-01-08 07:23:54 +08:00
|
|
|
"title": "Quick Replies",
|
2016-06-07 07:24:07 +08:00
|
|
|
"description": "Create templated messages you can use to pre-fill the composer.",
|
2015-10-04 05:05:47 +08:00
|
|
|
"icon": "./icon.png",
|
|
|
|
|
2015-12-08 02:43:06 +08:00
|
|
|
"license": "GPL-3.0",
|
2015-10-04 05:05:47 +08:00
|
|
|
"private": true,
|
|
|
|
"engines": {
|
2016-11-30 07:12:14 +08:00
|
|
|
"nylas": "*"
|
2015-10-04 05:05:47 +08:00
|
|
|
},
|
|
|
|
"windowTypes": {
|
|
|
|
"default": true,
|
2016-10-13 04:55:04 +08:00
|
|
|
"composer": true,
|
|
|
|
"thread-popout": true
|
2015-10-04 05:05:47 +08:00
|
|
|
}
|
|
|
|
}
|