Files
gajim-plugins/clients_icons/plugin-manifest.json
lovetox 3884d1ef4d Rename manifest.json to plugin-manifest.json
Flatpak uses already manifest.json
2022-05-08 14:26:24 +02:00

21 lines
561 B
JSON

{
"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"
}