-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
module.json
29 lines (29 loc) · 1.16 KB
/
module.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "FilamentAlerts",
"alias": "filament-alerts",
"description": {
"ar": "قم بإرسال التنبيهات المختلفة للمستخدمين عن طريق اكثر من مزود خدمة",
"en": "Send notifications to users using notification templates and multi-notification channels",
"gr": "Send notifications to users using notification templates and multi-notification channels",
"sp": "Send notifications to users using notification templates and multi-notification channels"
},
"keywords": [],
"priority": 0,
"providers": [
"TomatoPHP\\FilamentAlerts\\FilamentAlertsServiceProvider"
],
"files": [],
"title": {
"ar": "التنبيهات",
"en": "Alerts Sender",
"gr": "Alerts Sender",
"sp": "Alerts Sender"
},
"color": "#cc1448",
"icon": "heroicon-c-bell",
"placeholder": "https://raw.githubusercontent.com/tomatophp/filament-alerts/master/arts/3x1io-tomato-alerts.jpg",
"type": "plugin",
"version": "v2.0.4",
"github" : "https://github.com/tomatophp/filament-alerts",
"docs" : "https://github.com/tomatophp/filament-alerts"
}