mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
21 lines
456 B
JSON
21 lines
456 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": {
|
|
"nylas": "*"
|
|
},
|
|
"windowTypes": {
|
|
"default": true,
|
|
"composer": true,
|
|
"thread-popout": true
|
|
}
|
|
}
|