Rename manifest.json to plugin-manifest.json

Flatpak uses already manifest.json
This commit is contained in:
lovetox
2022-05-08 14:26:24 +02:00
parent 9d3abb721e
commit 3884d1ef4d
15 changed files with 2 additions and 2 deletions

View 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"
}