blob: 5a988ef36530318154956fb0cbb06034082683d6 [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
agsantosd00bf412021-01-26 13:43:33 -050010 "version": "0.0.0", -> plugin version, must be of the form X.Y.Z
11 "iconPath" : "icon.svg"
agsantos1e7736c2020-10-28 14:39:13 -040012}
13
14For more technical information, please refer to:
15https://git.jami.net/savoirfairelinux/ring-project/wikis/technical/7.-Jami-plugins .