blob: 5a988ef36530318154956fb0cbb06034082683d6 [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
"iconPath" : "icon.svg"
}
For more technical information, please refer to:
https://git.jami.net/savoirfairelinux/ring-project/wikis/technical/7.-Jami-plugins .