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

plugin-manifest.json « quick_replies - dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3e402e23b2ee9cac3ec68b98023468308f4f9301 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "authors": [
        "Evgeniy Popov <evgeniypopov@gmail.com>"
    ],
    "description": "Adds a menu with customizable quick replies",
    "homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/QuickRepliesPlugin",
    "config_dialog": true,
    "name": "Quick replies",
    "platforms": [
        "others",
        "linux",
        "darwin",
        "win32"
    ],
    "requirements": [
        "gajim>=1.5.0"
    ],
    "short_name": "quick_replies",
    "version": "1.4.5"
}