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

plugin-manifest.json « regex_filter - dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c7c4690a3ef27109b9dbb2b8c796247a7671a44a (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": "Filter incoming messages using regex.",
    "homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/RegexFilterPlugin",
    "config_dialog": false,
    "name": "Regex Filter",
    "platforms": [
        "others",
        "linux",
        "darwin",
        "win32"
    ],
    "requirements": [
        "gajim>=1.4.0"
    ],
    "short_name": "regex_filter",
    "version": "1.4.2"
}