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: 3c5938b93a0fd5534b4e75421dca1b8d1f675f51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"
}