Updated Script info (UniStore) (markdown)

Pk11
2020-11-01 15:27:21 -06:00
parent d25c9e549b
commit 4c1354aba5
+6 -4
@@ -5,9 +5,10 @@ Each item in the UniStore must have one `info` section, here is an example and e
"title": "Universal-Updater", "title": "Universal-Updater",
"author": "Universal-Team", "author": "Universal-Team",
"version": "v2.5.1", "version": "v2.5.1",
"category": "utility", "category": ["utility"],
"console": "3DS", "console": ["3DS"],
"description": "A multiapp, JSON script-based updater for Nintendo 3DS", "description": "A multiapp, JSON script-based updater for Nintendo 3DS",
"license": "gpl-3.0",
"icon_index": 0, "icon_index": 0,
"last_updated": "2020-07-02 at 14:03 (UTC)" "last_updated": "2020-07-02 at 14:03 (UTC)"
} }
@@ -16,8 +17,9 @@ Each item in the UniStore must have one `info` section, here is an example and e
- `title` is the name of the app, shown in the list and searchable - `title` is the name of the app, shown in the list and searchable
- `author` is the creator of the app, shown in the list and searchable - `author` is the creator of the app, shown in the list and searchable
- `version` is the version of the app, used to check if its been updated - `version` is the version of the app, used to check if its been updated
- `category` is the category of the app, used for filtering - `category` is an array of the categories of the app, used for filtering
- `console` is the console the app is for, usually `DS` or `3DS` - `console` is an array of the consoles the app is for, usually `DS` and/or `3DS`
- `description` is the description to show when selected - `description` is the description to show when selected
- `license` is the license the app uses
- `icon_index` is the index of the icon inside the t3x sprite sheet, use `-1` if it doesn't have one - `icon_index` is the index of the icon inside the t3x sprite sheet, use `-1` if it doesn't have one
- `last_updated` is the date and time the app was last updated, used for sorting by last updated so YYYY-MM-DD HH:MM is recommended - `last_updated` is the date and time the app was last updated, used for sorting by last updated so YYYY-MM-DD HH:MM is recommended