Port all plugin manifests to JSON
This commit is contained in:
@@ -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
19
openpgp/manifest.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user