Mailspring/internal_packages/activity-list/package.json
Jackie Luo 6a1bed23c1 feat(activity-list): View message opens and link clicks
Summary:
Adds an activity list view that shows message opens and link clicks in a
chronological feed.

TODO: Add badge for unread notifications and different styling for read/unread
notifications. Click item to jump to corresponding thread.

Test Plan: TODO.

Reviewers: evan, bengotow

Reviewed By: bengotow

Differential Revision: https://phab.nylas.com/D2915
2016-04-22 17:27:30 -07:00

20 lines
317 B
JSON

{
"name": "activity-list",
"main": "./lib/main",
"version": "0.1.0",
"repository": {
"type": "git",
"url": ""
},
"engines": {
"nylas": ">=0.3.43-b95f1f7"
},
"isOptional": true,
"title":"Activity List",
"description": "See open and link tracking activity.",
"license": "GPL-3.0"
}