searxng-app/CloudronManifest.json

25 lines
733 B
JSON
Raw Normal View History

2017-03-09 11:29:33 +00:00
{
2019-07-16 20:29:28 +00:00
"id": "io.github.ascimoo.searx",
"title": "searx",
"author": "searx authors",
2017-03-09 11:29:33 +00:00
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Privacy-respecting metasearch engine",
2017-10-05 09:31:15 +00:00
"version": "0.0.4",
2017-03-09 11:29:33 +00:00
"healthCheckPath": "/",
"httpPort": 8888,
"addons": {
"localstorage": {}
},
2019-07-16 20:29:28 +00:00
"manifestVersion": 2,
2017-03-09 11:29:33 +00:00
"website": "https://asciimoo.github.io/searx/",
2019-07-16 20:29:28 +00:00
"contactEmail": "support@cloudron.io",
2017-03-09 11:29:33 +00:00
"icon": "file://logo.png",
"tags": [
"search", "metasearch"
],
2019-07-16 20:29:28 +00:00
"mediaLinks": ["https://git.cloudron.io/jodumont/searx-app/blob/9ae186ad7aeaffbe0c63fcc0e484d1e0b781f80e/logo.png"],
"minBoxVersion": "4.1.5",
"documentationUrl": "https://cloudron.io/documentation/apps/searx/"
2017-03-09 11:29:33 +00:00
}