]> git.sur5r.net Git - minitube/blob - lib/updater/marketplace.json
New upstream version 3.8
[minitube] / lib / updater / marketplace.json
1 {
2     "$schema": "http://qt.io/schema/extension-schema-v1#",
3     "title": "Updater",
4     "extensionType": [
5         "library"
6     ],
7     "version": "1",
8     "vendor": {
9         "name": "Flavio Tordini",
10         "url": "https://flavio.tordini.org"
11     },
12     "contact": "Flavio Tordini <flavio.tordini@gmail.com>",
13     "copyright": [
14         "Flavio Tordini"
15     ],
16     "author": "Flavio Tordini",
17     "icon": "https://flavio.tordini.org/favicon-196x196.png",
18     "licenses": [
19         {
20             "licenseType": "GPLv3",
21             "licenseUrl": "https://opensource.org/licenses/GPL-3.0"
22         }
23     ],
24     "created": "2020-07-03",
25     "platforms": [
26         "Windows",
27         "Linux",
28         "macOS"
29     ],
30     "qtVersions": [
31         "5.10.0-or-later"
32     ],
33     "tags": [
34         "updater,update,deploy,release,tools,utility"
35     ],
36     "price": {
37         "listprice": 0
38     },
39     "support": "flavio.tordini@gmail.com",
40     "bugUrl": "https://github.com/flaviotordini/updater/issues",
41     "sourceRepoUrl": "https://github.com/flaviotordini/updater",
42     "userManuals": [
43         "https://github.com/flaviotordini/updater/blob/master/README.md"
44     ],
45     "dependencies": [
46         "Network"
47     ]
48 }