-
Notifications
You must be signed in to change notification settings - Fork 32
UniStore example
Pk11 edited this page Jan 31, 2023
·
7 revisions
Here is an example UniStore with one app. Note that UniStore files are actually JSON files with a different extension, so all rules of JSON files apply, you can use tools such as http://jsonformatter.curiousconcept.com check if your file is valid JSON.
{
"storeInfo": {
"title": "Universal-DB",
"author": "Universal-Team",
"description": "Universal-DB - An online database of 3DS and DS homebrew",
"url": "https://db.universal-team.net/unistore/universal-db-beta.unistore",
"file": "universal-db-beta.unistore",
"sheetURL": "https://db.universal-team.net/unistore/universal-db.t3x",
"sheet": "universal-db.t3x",
"bg_index": 1,
"bg_sheet": 0,
"revision": 91,
"version": 3
},
"storeContent": [
{
"info": {
"title": "Universal-Updater",
"author": "Universal-Team",
"description": "An easy to use app for installing and updating 3DS homebrew",
"category": ["utility"],
"console": ["3DS"],
"icon_index": 0,
"sheet_index": 0,
"last_updated": "2020-07-02 at 14:03 (UTC)",
"license": "gpl-3.0",
"version": "v2.5.1"
},
"Universal-Updater.3dsx": [
{
"type": "downloadFile",
"file": "https://github.com/Universal-Team/Universal-Updater/releases/download/v2.5.1/Universal-Updater.3dsx",
"output": "%3DSX%/Universal-Updater.3dsx"
}
],
"Universal-Updater.cia": [
{
"type": "downloadFile",
"file": "https://github.com/Universal-Team/Universal-Updater/releases/download/v2.5.1/Universal-Updater.cia",
"output": "sdmc:/Universal-Updater.cia"
},
{
"type": "installCia",
"file": "/Universal-Updater.cia"
},
{
"type": "deleteFile",
"file": "sdmc:/Universal-Updater.cia"
}
],
"[nightly] Universal-Updater.3dsx": [
{
"type": "downloadFile",
"file": "https://github.com/Universal-Team/extras/raw/master/builds/Universal-Updater/Universal-Updater.3dsx",
"message": "Downloading Universal-Updater.3dsx...",
"output": "%3DSX%/Universal-Updater.3dsx"
}
],
"[nightly] Universal-Updater.cia": [
{
"type": "downloadFile",
"file": "https://github.com/Universal-Team/extras/raw/master/builds/Universal-Updater/Universal-Updater.cia",
"output": "sdmc:/Universal-Updater.cia"
},
{
"type": "installCia",
"file": "/Universal-Updater.cia"
},
{
"type": "deleteFile",
"file": "sdmc:/Universal-Updater.cia"
}
]
}
]
}
Need help? Join our Discord server or create a discussion.