mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
32 lines
667 B
JSON
32 lines
667 B
JSON
{
|
|
"name": "open-tracking",
|
|
"main": "./lib/main",
|
|
"version": "0.1.0",
|
|
"appId": {
|
|
"staging": "3i2bws091xrj7fpb1aqt2tud6",
|
|
"production": "1hnytbkg4wd1ahodatwxdqlb5"
|
|
},
|
|
"serverUrl": {
|
|
"staging": "https://link-staging.nylas.com",
|
|
"production": "https://link.nylas.com"
|
|
},
|
|
|
|
"title": "Open Tracking",
|
|
"description": "Tracks whether email messages have been opened 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"
|
|
}
|