-
Notifications
You must be signed in to change notification settings - Fork 48
/
whmcs.json
31 lines (31 loc) · 1.08 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
{
"schema": "1.0",
"type": "whmcs-registrars",
"name": "sample-registrar-module",
"license": "MIT",
"category": "registrar",
"description": {
"name": "Sample Registrar Module",
"tagline": "Registrar Modules allow you to create modules that allow for the registration and management of domain names in WHMCS.",
"long": "The sample files here demonstrates how a registrar module for WHMCS should be structured and exercises all supported functionality.",
"features": [
"Provide functionality for registering, transferring and renewing of domains"
]
},
"logo": {
"filename": "logo.png"
},
"support": {
"homepage": "https:\/\/www.whmcs.com\/",
"learn_more": "https:\/\/www.whmcs.com\/tour",
"email": "support@whmcs.com",
"support_url": "https:\/\/support.whmcs.com\/",
"docs_url": "https:\/\/developers.whmcs.com\/domain-registrars\/"
},
"authors": [
{
"name": "WHMCS",
"homepage": "https:\/\/www.whmcs.com\/"
}
]
}