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

19
pgp/plugin-manifest.json Normal file
View File

@@ -0,0 +1,19 @@
{
"authors": [
"Philipp Hörist <philipp@hoerist.com>"
],
"description": "PGP encryption as per XEP-0027.",
"homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/pgpplugin",
"config_dialog": false,
"name": "PGP",
"platforms": [
"linux",
"darwin",
"win32"
],
"requirements": [
"gajim>=1.4.0"
],
"short_name": "pgp",
"version": "1.4.5"
}