Mailspring/internal_packages/github-contact-card/package.json
Drew Regitsky 199a62d70e feat(new-plugins): add open tracking and link tracking plugins
Summary:
Adds two (very similar) plugins - Open Tracking and Link Tracking.
Both can be enabled via a button in the composer. Open tracking
inserts a tracking pixel right before send, and link tracking replaces
all links with tracked redirects. Both plugins use the new Metadata
service to store their open/click counts, and have backend servers to
respectively serve the pixel image or handle the redirects. Requests
also trigger a metadata update to increment the open/click counters.

Test Plan: Manual for now

Reviewers: evan, bengotow, drew

Reviewed By: bengotow

Differential Revision: https://phab.nylas.com/D2583
2016-02-19 12:42:56 -08:00

27 lines
583 B
JSON

{
"name": "github-contact-card",
"version": "0.1.0",
"main": "./lib/main",
"isOptional": true,
"isStarterPackage": true,
"title": "GitHub Sidebar Info",
"description": "Extends the contact card in the sidebar to show public repos of the people you email.",
"icon": "./icon.png",
"license": "GPL-3.0",
"engines": {
"nylas": ">=0.3.0 <0.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/bengotow/nylas-sidebar-github-profile"
},
"dependencies": {
"reflux": "0.1.13",
"request": "^2.53",
"underscore": "^1.8"
}
}