Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-04-29 20:07:15 +0300
committerlovetox <philipp@hoerist.com>2022-05-06 19:21:48 +0300
commit390218a85ee01b49dc700867d7b35538c2760575 (patch)
treecadb574188f477a890fd35358cd4a1356a48f898 /now_listen
parent5e39c7c2f1e4cc6d0211f6d8f9531af01ebdb594 (diff)
Port all plugin manifests to JSON
Diffstat (limited to 'now_listen')
-rw-r--r--now_listen/manifest.ini9
-rw-r--r--now_listen/manifest.json17
2 files changed, 17 insertions, 9 deletions
diff --git a/now_listen/manifest.ini b/now_listen/manifest.ini
deleted file mode 100644
index f415f9c..0000000
--- a/now_listen/manifest.ini
+++ /dev/null
@@ -1,9 +0,0 @@
-[info]
-name: Now Listen
-short_name: now_listen
-version: 1.4.0
-description: Allows you to paste info about the music you are playing (use by pressing Alt+N in the message input).
-authors = Denis Fomin <fominde@gmail.com>
-homepage = https://dev.gajim.org/gajim/gajim-plugins/wikis/NowListenPlugin
-min_gajim_version: 1.4.0-dev1
-max_gajim_version: 1.4.90
diff --git a/now_listen/manifest.json b/now_listen/manifest.json
new file mode 100644
index 0000000..3c5938b
--- /dev/null
+++ b/now_listen/manifest.json
@@ -0,0 +1,17 @@
+{
+ "authors": [
+ "Denis Fomin <fominde@gmail.com>"
+ ],
+ "description": "Allows you to paste info about the music you are playing (use by pressing Alt+N in the message input).",
+ "homepage": "https://dev.gajim.org/gajim/gajim-plugins/wikis/NowListenPlugin",
+ "config_dialog": true,
+ "name": "Now Listen",
+ "platforms": [
+ "linux"
+ ],
+ "requirements": [
+ "gajim>=1.4.0"
+ ],
+ "short_name": "now_listen",
+ "version": "1.4.1"
+} \ No newline at end of file