CloudronManifest.json 528 B

12345678910111213141516171819202122
  1. {
  2. "id": "alt.org.cirnoq.searx",
  3. "title": "Searx",
  4. "author": "Searx developers",
  5. "description": "file://DESCRIPTION.md",
  6. "changelog": "file://CHANGELOG",
  7. "tagline": "Privacy-respecting metasearch engine",
  8. "version": "0.0.4",
  9. "healthCheckPath": "/",
  10. "httpPort": 8888,
  11. "addons": {
  12. "localstorage": {}
  13. },
  14. "manifestVersion": 1,
  15. "website": "https://asciimoo.github.io/searx/",
  16. "contactEmail": "boot@ogi.dk",
  17. "icon": "file://logo.png",
  18. "tags": [
  19. "search", "metasearch"
  20. ],
  21. "mediaLinks": [ ]
  22. }