Rename manifest.json to plugin-manifest.json
Flatpak uses already manifest.json
This commit is contained in:
20
message_box_size/plugin-manifest.json
Normal file
20
message_box_size/plugin-manifest.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"authors": [
|
||||
"Denis Fomin <fominde@gmail.com>",
|
||||
"Philipp Hörist <philipp@hoerist.com>"
|
||||
],
|
||||
"description": "Allows you to adjust the height of the 'New message' input field.",
|
||||
"homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/MessageBoxSizePlugin",
|
||||
"config_dialog": true,
|
||||
"name": "Message Box Size",
|
||||
"platforms": [
|
||||
"linux",
|
||||
"darwin",
|
||||
"win32"
|
||||
],
|
||||
"requirements": [
|
||||
"gajim>=1.4.0"
|
||||
],
|
||||
"short_name": "message_box_size",
|
||||
"version": "1.4.1"
|
||||
}
|
||||
Reference in New Issue
Block a user