Port all plugin manifests to JSON
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
[info]
|
||||
name: Anti Spam
|
||||
short_name: anti_spam
|
||||
version: 1.6.3
|
||||
description: Block some incoming messages.
|
||||
authors: Yann Leboulanger <asterix@lagaule.org>
|
||||
Denis Fomin <fominde@gmail.com>
|
||||
Ilya Kanyukov <ilya.kanukov@gmail.com>
|
||||
homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/AntiSpamPlugin
|
||||
min_gajim_version: 1.4.0-dev1
|
||||
max_gajim_version: 1.4.90
|
||||
21
anti_spam/manifest.json
Normal file
21
anti_spam/manifest.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"authors": [
|
||||
"Yann Leboulanger <asterix@lagaule.org>",
|
||||
"Denis Fomin <fominde@gmail.com>",
|
||||
"Ilya Kanyukov <ilya.kanukov@gmail.com>"
|
||||
],
|
||||
"description": "Block some incoming messages.",
|
||||
"homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/AntiSpamPlugin",
|
||||
"config_dialog": true,
|
||||
"name": "Anti Spam",
|
||||
"platforms": [
|
||||
"linux",
|
||||
"darwin",
|
||||
"win32"
|
||||
],
|
||||
"requirements": [
|
||||
"gajim>=1.4.0"
|
||||
],
|
||||
"short_name": "anti_spam",
|
||||
"version": "1.6.4"
|
||||
}
|
||||
Reference in New Issue
Block a user