mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
22 lines
415 B
JSON
Executable file
22 lines
415 B
JSON
Executable file
{
|
|
"name": "composer-templates",
|
|
"version": "0.1.0",
|
|
"main": "./lib/main",
|
|
|
|
"isOptional": true,
|
|
|
|
"title": "Quick Replies",
|
|
"description": "Create templated messages you can use to pre-fill the composer.",
|
|
"icon": "./icon.png",
|
|
|
|
"license": "GPL-3.0",
|
|
"private": true,
|
|
"engines": {
|
|
"nylas": "*"
|
|
},
|
|
"windowTypes": {
|
|
"default": true,
|
|
"composer": true,
|
|
"thread-popout": true
|
|
}
|
|
}
|