Skip to content

Commit

Permalink
Merge pull request #6 from jstanford87/master
Browse files Browse the repository at this point in the history
Add whmcs.json file
  • Loading branch information
mattpugh authored Jul 17, 2020
2 parents 27913ac + e25b441 commit e8e05f8
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions whmcs.json
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\/"
}
]
}

0 comments on commit e8e05f8

Please sign in to comment.