Mailspring/app/internal_packages/open-tracking/package.json

32 lines
702 B
JSON

{
"name": "open-tracking",
"main": "./lib/main",
"version": "0.1.0",
"serverUrl": {
"development": "http://localhost:5101",
"staging": "https://link-staging.getmailspring.com",
"production": "https://link.getmailspring.com"
},
"title": "Open Tracking",
"description": "Track when email messages have been opened by recipients.",
"icon": "./icon.png",
"isOptional": true,
"supportedEnvs": ["development", "staging", "production"],
"repository": {
"type": "git",
"url": ""
},
"engines": {
"mailspring": "*"
},
"windowTypes": {
"default": true,
"composer": true,
"thread-popout": true
},
"dependencies": {},
"license": "GPL-3.0"
}