manifest.json 512 B

1234567891011121314151617181920212223
  1. {
  2. "name": "VPN Client",
  3. "id": "vpnclient",
  4. "packaging_format": 1,
  5. "description": {
  6. "en": "Tunnel the internet traffic through a VPN",
  7. "fr": "Fait passer le trafic internet à travers un VPN"
  8. },
  9. "version": "2.0~ynh1",
  10. "url": "https://labriqueinter.net",
  11. "license": "AGPL-3.0",
  12. "maintainer": {
  13. "name": "pitchum",
  14. "email": "pitchum@users.noreply.github.com"
  15. },
  16. "multi_instance": false,
  17. "requirements": {
  18. "yunohost": ">= 4.2"
  19. },
  20. "services": [],
  21. "arguments": {
  22. }
  23. }