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": [
"Philipp Hörist <philipp@hoerist.com>",
"Mateusz Biliński <mateusz@bilinski.it>"
],
"description": "Replaces acronyms (or other strings) with given expansions/substitutes.",
"homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/AcronymsExpanderPlugin",
"config_dialog": true,
"name": "Acronyms Expander",
"platforms": [
"linux",
"darwin",
"win32"
],
"requirements": [
"gajim>=1.4.0"
],
"short_name": "acronyms_expander",
"version": "1.4.4"
}