Mailspring/app/internal_packages/phishing-detection/package.json
2017-09-05 13:40:25 -07:00

21 lines
461 B
JSON

{
"name": "phishing-detection",
"version": "0.2.1",
"main": "./lib/main",
"isHiddenOnPluginsPage": true,
"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,
"engines": {
"mailspring": "*"
},
"windowTypes": {
"default": true,
"composer": true,
"thread-popout": true
}
}