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,9 +0,0 @@
[info]
name: Message Length Notifier
short_name: length_notifier
version: 1.4.3
description: Highlights the chat windows message input if a specified message length is exceeded
authors: Mateusz Biliński <mateusz@bilinski.it>
homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/LengthNotifierPlugin
min_gajim_version: 1.4.0-dev1
max_gajim_version: 1.4.90

View File

@@ -0,0 +1,19 @@
{
"authors": [
"Mateusz Biliński <mateusz@bilinski.it>"
],
"description": "Highlights the chat windows message input if a specified message length is exceeded",
"homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/LengthNotifierPlugin",
"config_dialog": true,
"name": "Message Length Notifier",
"platforms": [
"linux",
"darwin",
"win32"
],
"requirements": [
"gajim>=1.4.0"
],
"short_name": "length_notifier",
"version": "1.4.4"
}