manifest.webapp 871 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "version": "1.0.0",
  3. "name": "Searx",
  4. "description": "A simple and user-friendly app for using the privacy-respecting Searx search engine.",
  5. "launch_path": "/index.html",
  6. "icons": {
  7. "56": "/img/searx_56.png",
  8. "112": "/img/searx_112.png"
  9. },
  10. "developer": {
  11. "name": "Nikisoft Systems",
  12. "url": "https://www.nikisoft.one"
  13. },
  14. "type": "privileged",
  15. "permissions": {
  16. "systemXHR": {
  17. "description": "Required to load search results"
  18. }
  19. },
  20. "installs_allowed_from": [
  21. "*"
  22. ],
  23. "locales": {
  24. "de": {
  25. "name": "Searx",
  26. "description": "Eine einfache und benutzerfreundliche App zur Nutzung der privatsphäreschützenden Suchmaschine Searx.",
  27. "permissions": {
  28. "systemXHR": {
  29. "description": "Wird zum Laden der Suchergebnisse benötigt"
  30. }
  31. }
  32. }
  33. },
  34. "default_locale": "en"
  35. }