-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from jstanford87/master
Add whmcs.json file
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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": "[email protected]", | ||
"support_url": "https:\/\/support.whmcs.com\/", | ||
"docs_url": "https:\/\/developers.whmcs.com\/domain-registrars\/" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "WHMCS", | ||
"homepage": "https:\/\/www.whmcs.com\/" | ||
} | ||
] | ||
} |