manifest.json 808 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "Tor Client",
  3. "id": "torclient",
  4. "description": {
  5. "en": "Tor Client",
  6. "fr": "Client Tor"
  7. },
  8. "license": "AGPL-3",
  9. "developer": {
  10. "name": "Emile Morel",
  11. "email": "emile@bleuchtang.fr"
  12. },
  13. "multi_instance": "false",
  14. "arguments": {
  15. "install" : [
  16. {
  17. "name": "domain",
  18. "ask": {
  19. "en": "Choose a domain for the web administration",
  20. "fr": "Choisissez un domaine pour l'administration web"
  21. },
  22. "example": "domain.org"
  23. },
  24. {
  25. "name": "path",
  26. "ask": {
  27. "en": "Choose a path for the web administration",
  28. "fr": "Choisissez un chemin pour l'administration web"
  29. },
  30. "example": "/torclientadmin",
  31. "default": "/torclientadmin"
  32. }
  33. ]
  34. }
  35. }