gajim-otrplugin/plugin-manifest.json

22 lines
426 B
JSON
Raw Permalink Normal View History

2022-11-03 20:42:57 +00:00
{
"authors": [
"Pavel R <pd@narayana.im>",
"Bohdan Horbeshko <bodqhrohro@gmail.com>"
],
"config_dialog": false,
"description": "Off-the-Record encryption",
"homepage": "https://dev.narayana.im/gajim-otrplugin",
"name": "otrplugin",
"platforms": [
"others",
"linux",
"darwin",
"win32"
],
"requirements": [
2023-09-20 14:59:46 +00:00
"gajim>=1.6,<1.9"
2022-11-03 20:42:57 +00:00
],
"short_name": "otrplugin",
2023-09-20 16:48:48 +00:00
"version": "0.5.2"
2022-11-03 20:42:57 +00:00
}