Port all plugin manifests to JSON
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
[info]
|
||||
name: Message Length Notifier
|
||||
short_name: length_notifier
|
||||
version: 1.4.3
|
||||
description: Highlights the chat window’s 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
|
||||
19
length_notifier/manifest.json
Normal file
19
length_notifier/manifest.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"authors": [
|
||||
"Mateusz Biliński <mateusz@bilinski.it>"
|
||||
],
|
||||
"description": "Highlights the chat window’s 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"
|
||||
}
|
||||
Reference in New Issue
Block a user