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

plugin-manifest.json « length_notifier - dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1ffc083a38ffa89e0a4e998166ad69f9525a0956 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "authors": [
        "Mateusz Biliński <mateusz@bilinski.it>"
    ],
    "description": "Highlights the chat window’s message input if a specified message length is exceeded",
    "homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/LengthNotifierPlugin",
    "config_dialog": true,
    "name": "Message Length Notifier",
    "platforms": [
        "others",
        "linux",
        "darwin",
        "win32"
    ],
    "requirements": [
        "gajim>=1.5.0"
    ],
    "short_name": "length_notifier",
    "version": "1.4.8"
}