|
@@ -0,0 +1,22 @@
|
|
|
|
+{
|
|
|
|
+ "id": "org.cirnoq.searx",
|
|
|
|
+ "title": "Searx",
|
|
|
|
+ "author": "Searx developers",
|
|
|
|
+ "description": "file://DESCRIPTION.md",
|
|
|
|
+ "changelog": "file://CHANGELOG",
|
|
|
|
+ "tagline": "Privacy-respecting metasearch engine",
|
|
|
|
+ "version": "0.0.2",
|
|
|
|
+ "healthCheckPath": "/",
|
|
|
|
+ "httpPort": 8888,
|
|
|
|
+ "addons": {
|
|
|
|
+ "localstorage": {}
|
|
|
|
+ },
|
|
|
|
+ "manifestVersion": 1,
|
|
|
|
+ "website": "https://asciimoo.github.io/searx/",
|
|
|
|
+ "contactEmail": "support@cloudron.io",
|
|
|
|
+ "icon": "file://logo.png",
|
|
|
|
+ "tags": [
|
|
|
|
+ "search", "metasearch"
|
|
|
|
+ ],
|
|
|
|
+ "mediaLinks": [ ]
|
|
|
|
+}
|