searxng-app/CloudronManifest.json

23 lines
625 B
JSON
Raw Normal View History

2017-03-09 11:29:33 +00:00
{
2017-10-05 09:31:15 +00:00
"id": "com.jodumont.searx",
2017-03-09 11:29:33 +00:00
"title": "Searx",
2017-10-05 09:34:15 +00:00
"author": "JOduMonT",
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": {}
},
"manifestVersion": 1,
"website": "https://asciimoo.github.io/searx/",
2017-10-05 09:34:15 +00:00
"contactEmail": "support@jodumont.com",
2017-03-09 11:29:33 +00:00
"icon": "file://logo.png",
"tags": [
"search", "metasearch"
],
2017-10-05 10:17:30 +00:00
"mediaLinks": ["https://git.cloudron.io/jodumont/searx-app/blob/9ae186ad7aeaffbe0c63fcc0e484d1e0b781f80e/logo.png"]
2017-03-09 11:29:33 +00:00
}