mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
22 lines
416 B
JSON
22 lines
416 B
JSON
|
{
|
||
|
"name": "activity-list",
|
||
|
"main": "./lib/main",
|
||
|
"version": "0.1.0",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": ""
|
||
|
},
|
||
|
"engines": {
|
||
|
"mailspring": "*"
|
||
|
},
|
||
|
|
||
|
"isOptional": true,
|
||
|
|
||
|
"title":"Activity List",
|
||
|
"icon":"./assets/icon.png",
|
||
|
"description": "Get notifications for open and link tracking activity.",
|
||
|
"supportedEnvs": ["development", "staging", "production"],
|
||
|
|
||
|
"license": "GPL-3.0"
|
||
|
}
|