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