mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
23 lines
456 B
JSON
23 lines
456 B
JSON
{
|
|
"name": "composer-markdown",
|
|
"version": "0.1.0",
|
|
"main": "./lib/main",
|
|
"title": "Markdown (Experimental)",
|
|
"description": "Write emails using Markdown!",
|
|
"license": "GPL-3.0",
|
|
"icon": "./icon.png",
|
|
"engines": {
|
|
"nylas": "*"
|
|
},
|
|
"isOptional": true,
|
|
"isHiddenOnPluginsPage": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"windowTypes": {
|
|
"default": true,
|
|
"composer": true,
|
|
"thread-popout": true
|
|
}
|
|
}
|