app.json 375 B

123456789101112131415
  1. {
  2. "id": "fr.core.activedirectory",
  3. "name": "Active directory",
  4. "author" : {
  5. "name" : "valentin CARRUESCO",
  6. "mail" : ""
  7. },
  8. "version": "1.0",
  9. "url": "http://no-url.com",
  10. "licence": {"name": "Copyright","url" : ""},
  11. "color": "#e74c3c",
  12. "icon": "fas fa-user-shield",
  13. "description": "Permet l'utilisation de compte AD pour s'authentifier à l'ERP",
  14. "require" : {}
  15. }