Files
gajim-plugins/acronyms_expander/plugin-manifest.json
2026-01-13 23:00:20 +01:00

22 lines
580 B
JSON

{
"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>=2.4.2"
],
"short_name": "acronyms_expander",
"version": "1.6.2"
}