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

plugin-manifest.json « message_box_size - dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e4880f0b3b21e9a41b40fe735b4261c796de2c66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "authors": [
        "Denis Fomin <fominde@gmail.com>",
        "Philipp Hörist <philipp@hoerist.com>"
    ],
    "description": "Allows you to adjust the height of the 'New message' input field.",
    "homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/MessageBoxSizePlugin",
    "config_dialog": true,
    "name": "Message Box Size",
    "platforms": [
        "others",
        "linux",
        "darwin",
        "win32"
    ],
    "requirements": [
        "gajim>=1.8.2"
    ],
    "short_name": "message_box_size",
    "version": "1.4.4"
}