Files
gajim-plugins/openpgp/plugin-manifest.json
2023-06-10 13:28:25 +02:00

20 lines
466 B
JSON

{
"authors": [
"Philipp Hörist <philipp@hoerist.com>"
],
"description": "Experimental OpenPGP (XEP-0373) implementation.",
"homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/pgp",
"config_dialog": false,
"name": "OpenPGP",
"platforms": [
"others",
"linux",
"darwin",
"win32"
],
"requirements": [
"gajim>=1.5.0"
],
"short_name": "openpgp",
"version": "1.5.1"
}