21 lines
548 B
JSON
21 lines
548 B
JSON
{
|
||
"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": [
|
||
"others",
|
||
"linux",
|
||
"darwin",
|
||
"win32"
|
||
],
|
||
"requirements": [
|
||
"gajim>=2.4.2"
|
||
],
|
||
"short_name": "length_notifier",
|
||
"version": "1.6.3"
|
||
}
|