Skip to content

UniStore example

Pk11 edited this page Sep 25, 2020 · 8 revisions

Here is an example UniStore with one app

{
    "storeInfo": {
        "author": "Universal-Team",
        "authors": [
            "Universal-Team"
        ],
        "barDark": "#395472",
        "barLight": "#395472",
        "bgDark": "#262c4d",
        "bgLight": "#60a8c0",
        "boxDark": "#313131",
        "boxLight": "#f7f7f7",
        "categories": [
            "utility"
        ],
        "consoles": [
            "3DS"
        ],
        "description": "Universal DB - An online database of 3DS and DS homebrew",
        "file": "sdmc:/3ds/Universal-Updater/stores/Universal-DB.unistore",
        "outlineDark": "#f00000",
        "outlineLight": "#f00000",
        "revision": 60,
        "sheet": "sdmc:/3ds/Universal-Updater/stores/Universal-DB.t3x",
        "sheetURL": "https://db.universal-team.net/unistore/universal-db.t3x",
        "textDark": "#ffffff",
        "textLight": "#000000",
        "title": "Universal-DB",
        "url": "https://db.universal-team.net/unistore/universal-db.unistore",
        "version": 2
    },
    "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"
            },
            "Download Universal-Updater.3dsx": [
                {
                    "file": "https://github.com/Universal-Team/Universal-Updater/releases/download/v2.5.1/Universal-Updater.3dsx",
                    "message": "Downloading Universal-Updater.3dsx...",
                    "output": "sdmc:/3ds/Universal-Updater.3dsx",
                    "type": "downloadFile"
                }
            ],
            "Download Universal-Updater.cia": [
                {
                    "file": "https://github.com/Universal-Team/Universal-Updater/releases/download/v2.5.1/Universal-Updater.cia",
                    "message": "Downloading Universal-Updater.cia...",
                    "output": "sdmc:/Universal-Updater.cia",
                    "type": "downloadFile"
                },
                {
                    "file": "/Universal-Updater.cia",
                    "message": "Installing Universal-Updater.cia...",
                    "type": "installCia"
                },
                {
                    "file": "sdmc:/Universal-Updater.cia",
                    "message": "Deleting Universal-Updater.cia.",
                    "type": "deleteFile"
                }
            ]
        }
    ]
}
Clone this wiki locally