mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
16 lines
370 B
JSON
16 lines
370 B
JSON
{
|
|
"name": "message-view-on-github",
|
|
"version": "0.1.0",
|
|
"main": "./lib/main",
|
|
"description": "View on Github button",
|
|
"license": "GPL-3.0",
|
|
|
|
"title":"View on GitHub",
|
|
"description": "Add a \"View On GitHub\" button that appears when viewing GitHub emails.",
|
|
"icon": "./icon.png",
|
|
"isOptional": true,
|
|
|
|
"engines": {
|
|
"nylas": ">=0.3.0 <0.5.0"
|
|
}
|
|
}
|