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

plugin-manifest.json « now_listen - dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7e7bef9e37da5e96bd60666eea3bdbb430189d74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "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": [
        "others",
        "linux"
    ],
    "requirements": [
        "gajim>=1.5.0"
    ],
    "short_name": "now_listen",
    "version": "1.4.2"
}