mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
24 lines
500 B
JSON
24 lines
500 B
JSON
{
|
|
"name": "composer-emoji",
|
|
"main": "./lib/main",
|
|
"version": "0.1.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"engines": {
|
|
"nylas": "*"
|
|
},
|
|
|
|
"isOptional": true,
|
|
|
|
"title": "Emoji Picker",
|
|
"icon": "./assets/icon.png",
|
|
"description": "Insert emoji into messages by typing a colon (:) and the emoji name or choosing one from the composer toolbar!",
|
|
"windowTypes": {
|
|
"default": true,
|
|
"composer": true,
|
|
"thread-popout": true
|
|
},
|
|
"license": "GPL-3.0"
|
|
}
|