Mailspring/internal_packages/phishing-detection/package.json

21 lines
423 B
JSON
Raw Normal View History

2015-10-03 06:38:48 +08:00
{
"name": "phishing-detection",
"version": "0.2.1",
2015-10-03 06:38:48 +08:00
"main": "./lib/main",
2015-12-08 02:43:06 +08:00
"license": "GPL-3.0",
"title": "Phishing Detection",
"description": "Get warnings when an email specifies a reply-to address which is not the from address.",
"icon": "./icon.png",
"isOptional": true,
2015-10-03 06:38:48 +08:00
"engines": {
"nylas": "*"
2015-10-03 06:38:48 +08:00
},
"windowTypes": {
"default": true,
"composer": true,
"thread-popout": true
2015-10-03 06:38:48 +08:00
}
}