mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 12:40:08 +08:00
a6c44b8529
Summary: - Updates support for ES6 code inside packages - Displays system tray icon with unread count on darwin, or with bubble on other platforms - Uses canvas api to dynamically generate icon image given unread count: - Adds CavasUtils.canvasFromImgAndText to do this - Adds config option to display system tray icon on darwin Test Plan: Need to write the tests for this. Reviewers: evan, bengotow Reviewed By: bengotow Differential Revision: https://phab.nylas.com/D2231
12 lines
258 B
JSON
12 lines
258 B
JSON
{
|
|
"name": "system-tray",
|
|
"version": "0.1.0",
|
|
"main": "./lib/main",
|
|
"description": "Displays cross-platform system tray icon with unread count",
|
|
"license": "Proprietary",
|
|
"private": true,
|
|
"engines": {
|
|
"atom": "*"
|
|
},
|
|
"dependencies": {}
|
|
}
|