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

plugin-manifest.json « clients_icons - dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f59dd36e57e12c01a32b5eba1cb2d38dfb15deea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "authors": [
        "Denis Fomin <fominde@gmail.com>",
        "Artem Klyop <art.klyop@gmail.com>",
        "Thilo Molitor <thilo@eightysoft.de>"
    ],
    "description": "Shows client icons in roster and in groupchats.",
    "homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/ClientsIconsPlugin",
    "config_dialog": true,
    "name": "Clients icons",
    "platforms": [
        "others",
        "linux",
        "darwin",
        "win32"
    ],
    "requirements": [
        "gajim>=1.4.0"
    ],
    "short_name": "clients_icons",
    "version": "7.10.6"
}