mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-08 17:17:56 +08:00
21 lines
416 B
JSON
21 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"
|
|
}
|