2016-02-20 04:30:24 +08:00
|
|
|
{
|
|
|
|
"name": "link-tracking",
|
|
|
|
"main": "./lib/main",
|
|
|
|
"version": "0.1.0",
|
2016-02-24 11:19:43 +08:00
|
|
|
"appId": {
|
|
|
|
"staging": "2lsb6ounfysvwcdzxzy3bzsuh",
|
2016-02-24 14:29:49 +08:00
|
|
|
"production": "a1ec1s3ieddpik6lpob74hmcq"
|
2016-02-24 11:19:43 +08:00
|
|
|
},
|
2016-02-20 04:30:24 +08:00
|
|
|
|
|
|
|
"title": "Link Tracking",
|
|
|
|
"description": "Tracks whether links in an email have been clicked by recipients",
|
|
|
|
"icon": "./icon.png",
|
|
|
|
"isOptional": true,
|
|
|
|
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": ""
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"nylas": ">=0.3.46"
|
|
|
|
},
|
|
|
|
"windowTypes": {
|
|
|
|
"default": true,
|
|
|
|
"composer": true
|
|
|
|
},
|
|
|
|
"dependencies": {},
|
|
|
|
"license": "GPL-3.0"
|
2016-02-24 10:51:05 +08:00
|
|
|
}
|