mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
32 lines
671 B
JSON
32 lines
671 B
JSON
{
|
|
"name": "link-tracking",
|
|
"main": "./lib/main",
|
|
"version": "0.1.0",
|
|
"appId": {
|
|
"staging": "2lsb6ounfysvwcdzxzy3bzsuh",
|
|
"production": "a1ec1s3ieddpik6lpob74hmcq"
|
|
},
|
|
"serverUrl": {
|
|
"staging": "https://link-staging.nylas.com",
|
|
"production": "https://link.nylas.com"
|
|
},
|
|
|
|
"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"
|
|
}
|