mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 01:54:40 +08:00
251d7c44d1
* Initial commit * SVG-based graph components * Add histogram, pull data into graphs * Loading animation, timespan descriptions * Improvements to read receipt / link tracking section * Initial pass at subject line analysis * Fixes to subject-line stats * Fix theme `ui-variables` include paths * Add “Share this report” button * Add “Learn More” button * Make it more clear how to edit your shortcuts * Merge activity-list and new activity-dashboard, move in sidebar
21 lines
434 B
JSON
21 lines
434 B
JSON
{
|
|
"name": "activity",
|
|
"main": "./lib/main",
|
|
"version": "0.1.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": ""
|
|
},
|
|
"engines": {
|
|
"mailspring": "*"
|
|
},
|
|
|
|
"isOptional": 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"
|
|
}
|