Port all plugin manifests to JSON
This commit is contained in:
@@ -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
|
||||
20
message_box_size/manifest.json
Normal file
20
message_box_size/manifest.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user