-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodule.json
29 lines (29 loc) · 1.03 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": "FilamentWithdrawals",
"alias": "filament-withdrawals",
"description": {
"ar": "Manage your wallet withdrawals in FilamentPHP",
"en": "Manage your wallet withdrawals in FilamentPHP",
"gr": "Manage your wallet withdrawals in FilamentPHP",
"sp": "Manage your wallet withdrawals in FilamentPHP"
},
"keywords": [],
"priority": 0,
"providers": [
"TomatoPHP\\FilamentWithdrawals\\FilamentWithdrawalsServiceProvider"
],
"files": [],
"title": {
"ar": "Wallets Withdrawals",
"en": "Wallets Withdrawals",
"gr": "Wallets Withdrawals",
"sp": "Wallets Withdrawals"
},
"color": "#007dff",
"icon": "heroicon-c-arrow-uturn-up",
"placeholder": "https://raw.githubusercontent.com/tomatophp/filament-withdrawals/master/arts/megoxv-tomato-withdrawals.jpg",
"type": "plugin",
"version": "v1.0.2",
"github" : "https://github.com/tomatophp/filament-withdrawals",
"docs" : "https://github.com/tomatophp/filament-withdrawals"
}