Information about "{{ app.title | safe }}"
{% if device=="android" %} Google Play Store {% endif %} {% if device=="ios" %} Apple App Store {% endif %} Description of the app
{{ app.summary|safe }}
{{ app.descriptionHTML|safe }}
{% if device=="android" %}
Recently used permissions
(Here, mode=allow only means the permission is requested, not necessarily granted.)
{{ app.non_hf_permissions_html | safe }}
{% endif %}