Fixup manifest
This commit is contained in:
parent
443430bc16
commit
eb622e4eac
1 changed files with 8 additions and 6 deletions
|
@ -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/"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue