mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
31 lines
702 B
JSON
31 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"
|
|
}
|