mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
18 lines
391 B
JSON
18 lines
391 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,
|
|
"isHiddenOnPluginsPage": true,
|
|
|
|
"engines": {
|
|
"nylas": "*"
|
|
}
|
|
}
|