mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
21 lines
481 B
JSON
21 lines
481 B
JSON
{
|
|
"name": "github-contact-card",
|
|
"version": "0.1.0",
|
|
"main": "./lib/main",
|
|
|
|
"isOptional": true,
|
|
"isHiddenOnPluginsPage": true,
|
|
|
|
"title": "GitHub Sidebar Info",
|
|
"description": "Extend the contact card in the sidebar to show public repos of the people you email.",
|
|
"icon": "./icon.png",
|
|
|
|
"license": "GPL-3.0",
|
|
"engines": {
|
|
"mailspring": "*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bengotow/nylas-sidebar-github-profile"
|
|
}
|
|
}
|