From 37574a5e4cf2717caf2163943372046798f1117a Mon Sep 17 00:00:00 2001 From: neoapps-dev Date: Mon, 20 Apr 2026 21:27:50 +0300 Subject: [PATCH] fix: cors proxy --- src/api/types.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/types.ts b/src/api/types.ts index 09cf2d3..cca13c4 100644 --- a/src/api/types.ts +++ b/src/api/types.ts @@ -3,6 +3,7 @@ export interface MetaJson { name: string; author: string; description: string; + extended_description: string; category: string | string[]; thumbnail: string; zips: Record;