From 2e87a75b519276e05589af28f3e3417366446926 Mon Sep 17 00:00:00 2001 From: Pk11 Date: Sun, 1 Nov 2020 15:35:00 -0600 Subject: [PATCH] Updated storeContent (markdown) --- storeContent.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/storeContent.md b/storeContent.md index dda3c73..a0b1b27 100644 --- a/storeContent.md +++ b/storeContent.md @@ -4,15 +4,17 @@ Each UniStore must also have one `storeContent` which is an array of all items i "storeContent": [ { "info": { - "author": "Universal-Team", - "category": "utility", - "console": "3DS", - "description": "A multiapp, JSON script-based updater for Nintendo 3DS", - "icon_index": 0, - "last_updated": "2020-07-02 at 14:03 (UTC)", "title": "Universal-Updater", - "version": "v2.5.1" - }, + "author": "Universal-Team", + "version": "v2.5.1", + "category": ["utility"], + "console": ["3DS"], + "description": "A multiapp, JSON script-based updater for Nintendo 3DS", + "license": "gpl-3.0", + "icon_index": 0, + "sheet_index": 0, + "last_updated": "2020-07-02 at 14:03 (UTC)" + } "Download Universal-Updater.3dsx": [ { "file": "https://github.com/Universal-Team/Universal-Updater/releases/download/v2.5.1/Universal-Updater.3dsx",