Welcome to mirror list, hosted at ThFree Co, Russian Federation.

plugin-manifest.json « pgp - dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0a0872ce22fb9ac634d1be2581a691e9541165c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "authors": [
        "Philipp Hörist <philipp@hoerist.com>"
    ],
    "description": "PGP encryption as per XEP-0027.",
    "homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/pgpplugin",
    "config_dialog": true,
    "name": "PGP",
    "platforms": [
        "others",
        "linux",
        "darwin",
        "win32"
    ],
    "requirements": [
        "gajim>=1.4.0"
    ],
    "short_name": "pgp",
    "version": "1.5.1"
}