diff --git a/upd.json b/upd.json index 3555ba3..b032eee 100644 --- a/upd.json +++ b/upd.json @@ -1,8 +1,20 @@ { - "test": { - "app": { + "category1": [ + { + "app": { + "filename": "AIMP.zip", + "url": "https://github.com/Snaky1a/xp-apps/releases/download/2023_10_11_17_52/AIMP.zip" + }, + "app2": { + "filename": "test.zip", + "url": "https://github.com/Snaky1a/xp-apps/releases/download/2023_10_11_17_52/AIMP.zip" + } + } + ], + "category2": [{ + "app3": { "filename": "AIMP.zip", "url": "https://github.com/Snaky1a/xp-apps/releases/download/2023_10_11_17_52/AIMP.zip" } - } -} \ No newline at end of file + }] +}