mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
21 lines
467 B
JSON
21 lines
467 B
JSON
{
|
|
"name": "personal-level-indicators",
|
|
"main": "./lib/main",
|
|
"version": "0.1.0",
|
|
|
|
"title": "Personal Level Indicators",
|
|
"description": "Display chevrons beside threads that indicate whether you're a direct recipient or the only recipient on a thread.",
|
|
"icon": "./icon.png",
|
|
|
|
"isOptional": true,
|
|
"isHiddenOnPluginsPage": true,
|
|
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"engines": {
|
|
"mailspring": "*"
|
|
},
|
|
"license": "GPL-3.0"
|
|
}
|