Files
gajim-plugins/length_notifier/plugin-manifest.json
Philipp Hörist d768ab158f [length_notifier] 1.4.8
Change gtk imports
2023-01-07 19:50:24 +01:00

20 lines
547 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"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": [
"others",
"linux",
"darwin",
"win32"
],
"requirements": [
"gajim>=1.5.0"
],
"short_name": "length_notifier",
"version": "1.4.8"
}