Port all plugin manifests to JSON
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
[info]
|
||||
name: Clients icons
|
||||
short_name: clients_icons
|
||||
version: 7.10.4
|
||||
description: Shows client icons in roster and in groupchats.
|
||||
authors: Denis Fomin <fominde@gmail.com>
|
||||
Artem Klyop <art.klyop@gmail.com>
|
||||
Thilo Molitor <thilo@eightysoft.de>
|
||||
homepage: https://dev.gajim.org/gajim/gajim-plugins/wikis/ClientsIconsPlugin
|
||||
min_gajim_version: 1.4.0-dev1
|
||||
max_gajim_version: 1.4.90
|
||||
21
clients_icons/manifest.json
Normal file
21
clients_icons/manifest.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"authors": [
|
||||
"Denis Fomin <fominde@gmail.com>",
|
||||
"Artem Klyop <art.klyop@gmail.com>",
|
||||
"Thilo Molitor <thilo@eightysoft.de>"
|
||||
],
|
||||
"description": "Shows client icons in roster and in groupchats.",
|
||||
"homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/ClientsIconsPlugin",
|
||||
"config_dialog": true,
|
||||
"name": "Clients icons",
|
||||
"platforms": [
|
||||
"linux",
|
||||
"darwin",
|
||||
"win32"
|
||||
],
|
||||
"requirements": [
|
||||
"gajim>=1.4.0"
|
||||
],
|
||||
"short_name": "clients_icons",
|
||||
"version": "7.10.5"
|
||||
}
|
||||
Reference in New Issue
Block a user