]> git.sur5r.net Git - minitube/blobdiff - lib/http/marketplace.json
New upstream version 3.5
[minitube] / lib / http / marketplace.json
diff --git a/lib/http/marketplace.json b/lib/http/marketplace.json
new file mode 100644 (file)
index 0000000..15d9d5d
--- /dev/null
@@ -0,0 +1,50 @@
+{
+    "$schema": "http://qt.io/schema/extension-schema-v1#",
+    "title": "Http",
+    "extensionType": [
+        "library"
+    ],
+    "version": "1",
+    "vendor": {
+        "name": "Flavio Tordini",
+        "url": "https://flavio.tordini.org"
+    },
+    "contact": "Flavio Tordini <flavio.tordini@gmail.com>",
+    "copyright": [
+        "Flavio Tordini"
+    ],
+    "author": "Flavio Tordini",
+    "icon": "https://flavio.tordini.org/favicon-196x196.png",
+    "licenses": [
+        {
+            "licenseType": "MIT",
+            "licenseUrl": "https://opensource.org/licenses/MIT"
+        }
+    ],
+    "created": "2016-07-02",
+    "platforms": [
+        "Windows",
+        "Linux",
+        "macOS",
+        "Android",
+        "iOS"
+    ],
+    "qtVersions": [
+        "5.10.0-or-later"
+    ],
+    "tags": [
+        "http,web,rest,networking,freeproduct,tools,utility"
+    ],
+    "price": {
+        "listprice": 0
+    },
+    "support": "flavio.tordini@gmail.com",
+    "bugUrl": "https://github.com/flaviotordini/http/issues",
+    "sourceRepoUrl": "https://github.com/flaviotordini/http",
+    "userManuals": [
+        "https://github.com/flaviotordini/http/blob/master/README.md"
+    ],
+    "dependencies": [
+        "Network"
+    ]
+}
\ No newline at end of file