4
storeContent
Dark98 edited this page 2022-08-15 05:06:36 +01:00

Each Store must also have one storeContent which is an array of all items in it. Here is an example, see the pages under this for further explaination:

"storeContent": [
    {
        "info": {
            "title": "DarkStore",
            "author": "Dark98",
            "version": "v1.2.3",
            "category": ["utility"],
            "console": ["3DS"],
            "description": "A Preservation Based Downloader",
            "license": "gpl-3.0",
            "icon_index": 0,
            "sheet_index": 0,
            "last_updated": "2020-07-02 at 14:03 (UTC)"
        },
        "Download DarkStore.3dsx": [
            {
                "file": "https://github.com/DarkStore-3DS/DarkStore/releases/download/v1.2.3/DarkStore.3dsx",
                "message": "Downloading DarkStore.3dsx...",
                "output": "sdmc:/3ds/DarkStore.3dsx",
                "type": "downloadFile"
            }
        ],
        "Download DarkStore.cia": [
            {
                "file": "https://github.com/DarkStore-3DS/DarkStore/releases/download/v1.2.3/DarkStore.cia",
                "message": "Downloading DarkStore.cia...",
                "output": "sdmc:/DarkStore.cia",
                "type": "downloadFile"
            },
            {
                "file": "/DarkStore.cia",
                "message": "Installing DarkStore.cia...",
                "type": "installCia"
            },
            {
                "file": "sdmc:/DarkStore.cia",
                "message": "Deleting DarkStore.cia.",
                "type": "deleteFile"
            }
        ]
    }
]