blob: 0c36a2f97e4a807493316871af45adda1c7f09ef [file] [log] [blame]
agsantos1e7736c2020-10-28 14:39:13 -04001
2Create/Modify (or Delete) a manifest file: MANIFEST (-del)
3
4A manifest.json is a json file containing the plugin name, desciption and version.
5
6manifest.json skeleton:
7{
8 "name": "foo", -> plugin name
9 "description: "This plugins does this and that", -> plugin functionalities description
10 "version": "0.0.0" -> plugin version, must be of the form X.Y.Z
11}
12
13For more technical information, please refer to:
14https://git.jami.net/savoirfairelinux/ring-project/wikis/technical/7.-Jami-plugins .