diff --git a/app/src/views/app/AppInstall.vue b/app/src/views/app/AppInstall.vue
index 9c60ef64..49ed667f 100644
--- a/app/src/views/app/AppInstall.vue
+++ b/app/src/views/app/AppInstall.vue
@@ -11,8 +11,8 @@
@@ -168,7 +168,7 @@ export default {
return {
queries: [
['GET', 'apps/catalog?full&with_categories&with_antifeatures'],
- ['GET', 'apps/manifest?app=' + this.id]
+ ['GET', `apps/manifest?app=${this.id}&with_screenshot`]
],
app: undefined,
name: undefined,
@@ -221,7 +221,7 @@ export default {
? _app.potential_alternative_to.join(this.$i18n.t('words.separator'))
: null,
description: formatI18nField(_app.doc.DESCRIPTION || _app.description),
- image: _app.image,
+ screenshot: _app.screenshot,
demo: _app.upstream.demo,
version,
license: _app.upstream.license,