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

plugin-manifest.json « triggers - dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9fd7b6c4487144466a0bfacdf5c233c6113efd1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "authors": [
        "Yann Leboulanger <asterix@lagaule.org>"
    ],
    "description": "Configure Gajim's behaviour for each contact.",
    "homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/TriggersPlugin",
    "config_dialog": true,
    "name": "Triggers",
    "platforms": [
        "others",
        "linux",
        "darwin",
        "win32"
    ],
    "requirements": [
        "gajim>=1.5.0"
    ],
    "short_name": "triggers",
    "version": "1.4.9"
}