Files
gajim-plugins/acronyms_expander/plugin-manifest.json
wurstsalat c5e1dd04d4 [acronyms] 1.5.0
Fixes #634
2024-05-19 16:41:40 +02:00

21 lines
579 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>=1.9.0"
],
"short_name": "acronyms_expander",
"version": "1.5.0"
}