Skip to content

Script info

Pk11 edited this page Nov 26, 2025 · 2 revisions

Each item in the UniStore must have one info section, here is an example and explanation:

"info": {
    "title": "Universal-Updater",
    "author": "Universal-Team",
    "version": "v2.5.1",
    "category": ["utility"],
	"color":"#683a2b",
    "console": ["3DS"],
    "description": "A multiapp, JSON script-based updater for Nintendo 3DS",
    "license": "gpl-3.0",
    "icon_index": 0,
    "sheet_index": 0,
	"releasenotes":"Wubba Lubba dub-dub\nDub-dub",
    "screenshots":[
               {
                  "description":"Description 1",
                  "url":"https://db.universal-team.net/assets/images/screenshots/universal-updater/gameplay.png"
               },
               {
                  "description":"Description 2",
                  "url":"https://db.universal-team.net/assets/images/screenshots/universal-updater/main-menu.png"
               }
            ],
    "last_updated": "2020-07-02 at 14:03 (UTC)",
	"wiki":""
}
  • 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
  • version is the version of the app, used to check if its been updated
  • category is an array of the categories of the app, used for filtering
  • color is the color code of the (?) icon background (?
  • console is an array of the consoles the app is for, usually DS and/or 3DS
  • description is the description to show when selected, recommended to be under 270 characters, because of the overlaping informations.
  • 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
  • sheet_index is the index of the t3x sprite sheet, for the case, more than one was loaded.
  • screenshots is the screenshots to be displayed under the screenshots icon
  • releasenotes is the text to displayed under the releasenotes icon.
  • 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
  • wiki is not implemented yet

Clone this wiki locally