forked from WHMCS/sample-addon-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
whmcs.json
32 lines (32 loc) · 1.03 KB
/
whmcs.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
30
31
32
{
"schema": "1.0",
"type": "whmcs-addons",
"name": "whmcs-addon-billing-coderic-ecosystem",
"license": "MIT",
"category": "addon",
"description": {
"name": "WHMCS Billing",
"tagline": "An addon module allows you to add additional functionality to WHMCS.",
"long": "This sample file demonstrates how an addon module for WHMCS should be structured and exercises all supported functionality.",
"features": [
"Provide both client and admin facing user interfaces",
"Utilize hook functionality within WHMCS"
]
},
"logo": {
"filename": "logo.png"
},
"support": {
"homepage": "https:\/\/schema.coderic.net\/",
"learn_more": "https:\/\/schema.coderic.net",
"email": "[email protected]",
"support_url": "https:\/\/coderic.net\/",
"docs_url": "https:\/\/coderic.net\/"
},
"authors": [
{
"name": "Coderic",
"homepage": "https:\/\/schema.coderic.net\/"
}
]
}