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

manifest.json « triggers - dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7196609eefb5893d7536b044e1e163b564735b42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "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": [
        "linux",
        "darwin",
        "win32"
    ],
    "requirements": [
        "gajim>=1.4.0"
    ],
    "short_name": "triggers",
    "version": "1.4.5"
}