Port all plugin manifests to JSON
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
[info]
|
||||
name: Acronyms Expander
|
||||
short_name: acronyms_expander
|
||||
version: 1.4.3
|
||||
description: Replaces acronyms (or other strings) with given expansions/substitutes.
|
||||
authors: Philipp Hörist <philipp@hoerist.com>
|
||||
Mateusz Biliński <mateusz@bilinski.it>
|
||||
homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/AcronymsExpanderPlugin
|
||||
min_gajim_version: 1.4.0-dev1
|
||||
max_gajim_version: 1.4.90
|
||||
20
acronyms_expander/manifest.json
Normal file
20
acronyms_expander/manifest.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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": [
|
||||
"linux",
|
||||
"darwin",
|
||||
"win32"
|
||||
],
|
||||
"requirements": [
|
||||
"gajim>=1.4.0"
|
||||
],
|
||||
"short_name": "acronyms_expander",
|
||||
"version": "1.4.4"
|
||||
}
|
||||
Reference in New Issue
Block a user