whmcs.json 761 B

12345678910111213141516171819202122232425262728
  1. {
  2. "schema": "1.0",
  3. "type": "whmcs-provisioning",
  4. "name": "serviceAddon",
  5. "license": "GPL",
  6. "category": "provisioning",
  7. "description": {
  8. "name": "ServiceAddon",
  9. "tagline": "Service Addon Modul",
  10. "short": "Do additional actions using product addons",
  11. "long": "The module allows defining and running additional actions using product addons."
  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. }