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,19 @@
{
"authors": [
"Philipp Hörist <philipp@hoerist.com>"
],
"description": "Experimental OpenPGP (XEP-0373) implementation.",
"homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/pgp",
"config_dialog": false,
"name": "OpenPGP",
"platforms": [
"linux",
"darwin",
"win32"
],
"requirements": [
"gajim>=1.4.0"
],
"short_name": "openpgp",
"version": "1.4.9"
}