summaryrefslogtreecommitdiff
path: root/frontend/src/store.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/store.tsx')
-rw-r--r--frontend/src/store.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/src/store.tsx b/frontend/src/store.tsx
index 6eba807f..10c35406 100644
--- a/frontend/src/store.tsx
+++ b/frontend/src/store.tsx
@@ -14,6 +14,7 @@ export interface StorePlugin {
author: string;
description: string;
tags: string[];
+ image_url: string;
}
export interface LegacyStorePlugin {