Files
gajim-plugins/length_notifier/plugin-manifest.json
lovetox 3884d1ef4d Rename manifest.json to plugin-manifest.json
Flatpak uses already manifest.json
2022-05-08 14:26:24 +02:00

19 lines
529 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": [
"linux",
"darwin",
"win32"
],
"requirements": [
"gajim>=1.4.0"
],
"short_name": "length_notifier",
"version": "1.4.4"
}