diff --git a/plinth/modules/ttrss/manifest.py b/plinth/modules/ttrss/manifest.py index a5fd3d6f3..d6c6a2d5c 100644 --- a/plinth/modules/ttrss/manifest.py +++ b/plinth/modules/ttrss/manifest.py @@ -4,28 +4,50 @@ from django.utils.translation import gettext_lazy as _ from plinth.clients import store_url -clients = [{ - 'name': - _('Tiny Tiny RSS (Fork)'), - 'platforms': [{ - 'type': 'store', - 'os': 'android', - 'store_name': 'f-droid', - 'url': store_url('f-droid', 'org.fox.tttrss') - }] -}, { - 'name': - _('Tiny Tiny RSS'), - 'platforms': [{ - 'type': 'store', - 'os': 'android', - 'store_name': 'google-play', - 'url': store_url('google-play', 'org.fox.ttrss') - }, { - 'type': 'web', - 'url': '/tt-rss' - }] -}] +clients = [ + { + 'name': + _('Tiny Tiny RSS (TTTRSS)'), + 'platforms': [{ + 'type': 'store', + 'os': 'android', + 'store_name': 'f-droid', + 'url': store_url('f-droid', 'org.fox.tttrss') + }] + }, + { + 'name': + _('TTRSS-Reader'), + 'platforms': [{ + 'type': 'store', + 'os': 'android', + 'store_name': 'google-play', + 'url': store_url('google-play', 'org.ttrssreader') + }, { + 'type': 'store', + 'os': 'android', + 'store_name': 'f-droid', + 'url': store_url('f-droid', 'org.ttrssreader') + }] + }, + { + 'name': + _('Geekttrss'), + 'platforms': [{ + 'type': 'store', + 'os': 'android', + 'store_name': 'google-play', + 'url': store_url('google-play', 'com.geekorum.ttrss') + }] + }, + { + 'name': _('Tiny Tiny RSS'), + 'platforms': [{ + 'type': 'web', + 'url': '/tt-rss' + }] + }, +] backup = { 'data': {