Port all plugin manifests to JSON

This commit is contained in:
lovetox
2022-04-29 19:07:15 +02:00
parent 5e39c7c2f1
commit 390218a85e
28 changed files with 253 additions and 144 deletions

View File

@@ -1,9 +0,0 @@
[info]
name: OpenPGP
short_name: openpgp
version: 1.4.8
description: Experimental OpenPGP (XEP-0373) implementation.
authors: Philipp Hörist <philipp@hoerist.com>
homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/pgp
min_gajim_version: 1.4.0-dev1
max_gajim_version: 1.4.90

19
openpgp/manifest.json Normal file
View File

@@ -0,0 +1,19 @@
{
"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": [
"linux",
"darwin",
"win32"
],
"requirements": [
"gajim>=1.4.0"
],
"short_name": "openpgp",
"version": "1.4.9"
}