Port all plugin manifests to JSON

This commit is contained in:
lovetox
2022-04-29 19:07:15 +02:00
parent 5e39c7c2f1
commit 390218a85e
28 changed files with 253 additions and 144 deletions

View File

@@ -1,10 +0,0 @@
[info]
name: Message Box Size
short_name: message_box_size
version: 1.4.0
description: Allows you to adjust the height of the 'New message' input field.
authors: Denis Fomin <fominde@gmail.com>
Philipp Hörist <philipp@hoerist.com>
homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/MessageBoxSizePlugin
min_gajim_version: 1.4.0-dev1
max_gajim_version: 1.4.90

View File

@@ -0,0 +1,20 @@
{
"authors": [
"Denis Fomin <fominde@gmail.com>",
"Philipp Hörist <philipp@hoerist.com>"
],
"description": "Allows you to adjust the height of the 'New message' input field.",
"homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/MessageBoxSizePlugin",
"config_dialog": true,
"name": "Message Box Size",
"platforms": [
"linux",
"darwin",
"win32"
],
"requirements": [
"gajim>=1.4.0"
],
"short_name": "message_box_size",
"version": "1.4.1"
}