From eb622e4eac45d8908ade0dfcd35cd8cac016309a Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 16 Jul 2019 13:29:28 -0700 Subject: [PATCH] Fixup manifest --- CloudronManifest.json | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index b80771e..1e89f23 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -1,7 +1,7 @@ { - "id": "com.jodumont.searx", - "title": "Searx", - "author": "JOduMonT", + "id": "io.github.ascimoo.searx", + "title": "searx", + "author": "searx authors", "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Privacy-respecting metasearch engine", @@ -11,12 +11,14 @@ "addons": { "localstorage": {} }, - "manifestVersion": 1, + "manifestVersion": 2, "website": "https://asciimoo.github.io/searx/", - "contactEmail": "support@jodumont.com", + "contactEmail": "support@cloudron.io", "icon": "file://logo.png", "tags": [ "search", "metasearch" ], - "mediaLinks": ["https://git.cloudron.io/jodumont/searx-app/blob/9ae186ad7aeaffbe0c63fcc0e484d1e0b781f80e/logo.png"] + "mediaLinks": ["https://git.cloudron.io/jodumont/searx-app/blob/9ae186ad7aeaffbe0c63fcc0e484d1e0b781f80e/logo.png"], + "minBoxVersion": "4.1.5", + "documentationUrl": "https://cloudron.io/documentation/apps/searx/" }