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

plugin-manifest.json « acronyms_expander - dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 31d1d70d779cea87b51bcba22c336fda590a2ef5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "authors": [
        "Philipp Hörist <philipp@hoerist.com>",
        "Mateusz Biliński <mateusz@bilinski.it>"
    ],
    "description": "Replaces acronyms (or other strings) with given expansions/substitutes.",
    "homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/AcronymsExpanderPlugin",
    "config_dialog": true,
    "name": "Acronyms Expander",
    "platforms": [
        "others",
        "linux",
        "darwin",
        "win32"
    ],
    "requirements": [
        "gajim>=1.5.0"
    ],
    "short_name": "acronyms_expander",
    "version": "1.4.7"
}