mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
22 lines
568 B
JSON
22 lines
568 B
JSON
{
|
|
"name": "send-reminders",
|
|
"version": "1.0.0",
|
|
"title": "Send Reminders",
|
|
"description": "Get reminded if you don't receive a reply for a message within a specified time in the future",
|
|
"isHiddenOnPluginsPage": true,
|
|
"icon": "./icon.png",
|
|
"main": "lib/main",
|
|
"supportedEnvs": ["development", "staging", "production"],
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"windowTypes": {
|
|
"default": true,
|
|
"composer": true
|
|
},
|
|
"isOptional": true,
|
|
"engines": {
|
|
"mailspring": "*"
|
|
},
|
|
"license": "GPL-3.0"
|
|
}
|