Files
gajim-plugins/acronyms_expander/plugin-manifest.json
Philipp Hörist c6f3d467f9 [acronyms] 1.4.6
Change gtk imports
2023-01-07 19:48:54 +01: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.5.0"
],
"short_name": "acronyms_expander",
"version": "1.4.6"
}