Rename manifest.json to plugin-manifest.json
Flatpak uses already manifest.json
This commit is contained in:
19
length_notifier/plugin-manifest.json
Normal file
19
length_notifier/plugin-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