whmcs.json 860 B

12345678910111213141516171819202122232425262728
  1. {
  2. "schema": "1.0",
  3. "type": "whmcs-provisioning",
  4. "name": "siteBuilder",
  5. "license": "GPL",
  6. "category": "provisioning",
  7. "description": {
  8. "name": "siteBuilder",
  9. "tagline": "aiteBuilder Provisioning Module for WHMCS.",
  10. "short": "siteBuilder users can be easily provoked with this module. The customer can also reset his password.",
  11. "long": "The module allows single-user provisioning of siteBuilder accounts. It implements a simple hosting."
  12. },
  13. "logo": {
  14. "filename": "logo.png"
  15. },
  16. "support": {
  17. "homepage": "https://www.thurdata.ch/whmcs",
  18. "learn_more": "https://www.thurdata.ch/whmcs/#features",
  19. "support_url": "https://www.thurdata.ch/support",
  20. "docs_url": "https://www.thudata.ch/whmcs/docs"
  21. },
  22. "authors": [
  23. {
  24. "name": "Thurdata GmbH",
  25. "homepage": "https://www.thurdata.ch/"
  26. }
  27. ]
  28. }