fix: cors proxy

This commit is contained in:
neoapps-dev
2026-04-20 21:27:50 +03:00
parent bf26f9efc8
commit 37574a5e4c

View File

@@ -3,6 +3,7 @@ export interface MetaJson {
name: string;
author: string;
description: string;
extended_description: string;
category: string | string[];
thumbnail: string;
zips: Record<string, string>;