From a07041b3823fe17329faa994bde1bbf16e8c985e Mon Sep 17 00:00:00 2001 From: Joan CiberSheep Date: Sun, 6 Feb 2022 22:44:02 +0100 Subject: [PATCH 1/2] Update manifest for UT --- ubuntu_touch/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ubuntu_touch/manifest.json b/ubuntu_touch/manifest.json index 4ad4666eb..19264c23f 100644 --- a/ubuntu_touch/manifest.json +++ b/ubuntu_touch/manifest.json @@ -1,13 +1,13 @@ { "name": "kiwix", - "description": "Kiwix : offline Wikipedia reader", + "description": "Kiwix is an offline reader for online content like Wikipedia, Project Gutenberg, or TED Talks.", "architecture": "all", "maintainer": "Kiwix team ", "framework" : "ubuntu-sdk-16.04", "version" : "3.3-WIP", - "title": "kiwix", + "title": "Kiwix", "hooks": { - "ubports-little-webapp": { + "kiwix": { "apparmor": "kiwix.apparmor", "desktop": "kiwix.desktop" } From 85493018a41cee6047be404418d9c46a58e7ab58 Mon Sep 17 00:00:00 2001 From: Joan CiberSheep Date: Tue, 8 Feb 2022 20:15:53 +0100 Subject: [PATCH 2/2] Better description wording --- ubuntu_touch/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu_touch/manifest.json b/ubuntu_touch/manifest.json index 19264c23f..42ea9bc3c 100644 --- a/ubuntu_touch/manifest.json +++ b/ubuntu_touch/manifest.json @@ -1,6 +1,6 @@ { "name": "kiwix", - "description": "Kiwix is an offline reader for online content like Wikipedia, Project Gutenberg, or TED Talks.", + "description": "Kiwix is an offline reader for content from Wikipedia, Project Gutenberg, TED Talks, Wikivoyage, Stackexchange, etc.", "architecture": "all", "maintainer": "Kiwix team ", "framework" : "ubuntu-sdk-16.04",