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",
|
"id": "io.github.ascimoo.searx",
|
||||||
"title": "Searx",
|
"title": "searx",
|
||||||
"author": "JOduMonT",
|
"author": "searx authors",
|
||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Privacy-respecting metasearch engine",
|
"tagline": "Privacy-respecting metasearch engine",
|
||||||
|
@ -11,12 +11,14 @@
|
||||||
"addons": {
|
"addons": {
|
||||||
"localstorage": {}
|
"localstorage": {}
|
||||||
},
|
},
|
||||||
"manifestVersion": 1,
|
"manifestVersion": 2,
|
||||||
"website": "https://asciimoo.github.io/searx/",
|
"website": "https://asciimoo.github.io/searx/",
|
||||||
"contactEmail": "support@jodumont.com",
|
"contactEmail": "support@cloudron.io",
|
||||||
"icon": "file://logo.png",
|
"icon": "file://logo.png",
|
||||||
"tags": [
|
"tags": [
|
||||||
"search", "metasearch"
|
"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