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