mirror of
https://gh.wpcy.net/https://github.com/jshrek/Freescout-Module-Disable-New-Conversation-Email-Notification-Per-Mailbox.git
synced 2026-04-28 16:02:19 +08:00
23 lines
727 B
JSON
23 lines
727 B
JSON
{
|
|
"name": "Disable New Conversation Email Notification per Mailbox",
|
|
"alias": "disablenewconvoemailpermailbox",
|
|
"description": "Allows users to disable New Conversation email notification on a per mailbox basis.",
|
|
"version": "0.9.0",
|
|
"detailsUrl": "",
|
|
"author": "Jeff Sherk",
|
|
"authorUrl": "",
|
|
"img": "/modules/disablenewconvoemailpermailbox/img/icon-256x256.png",
|
|
"requiredAppVersion": "1.0.2",
|
|
"license": "AGPL-3.0",
|
|
"keywords": [],
|
|
"active": 0,
|
|
"order": 0,
|
|
"providers": [
|
|
"Modules\\DisableNewConvoEmailPerMailbox\\Providers\\DisableNewConvoEmailPerMailboxServiceProvider"
|
|
],
|
|
"aliases": {},
|
|
"files": [
|
|
"start.php"
|
|
],
|
|
"requires": []
|
|
}
|