mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-04 16:49:06 +00:00
Updated UniStore example (markdown)
+45
-37
@@ -2,57 +2,28 @@ Here is an example UniStore with one app
|
||||
|
||||
```json
|
||||
{
|
||||
"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": {
|
||||
"title": "Universal-Updater",
|
||||
"author": "Universal-Team",
|
||||
"category": "utility",
|
||||
"console": "3DS",
|
||||
"description": "A multiapp, JSON script-based updater for Nintendo 3DS",
|
||||
"category": ["utility"],
|
||||
"console": ["3DS"],
|
||||
"icon_index": 0,
|
||||
"last_updated": "2020-07-02 at 14:03 (UTC)",
|
||||
"title": "Universal-Updater",
|
||||
"license": "gpl-3.0",
|
||||
"version": "v2.5.1"
|
||||
},
|
||||
"Download Universal-Updater.3dsx": [
|
||||
"Download Universal-Updater.3dsx (2 MiB)": [
|
||||
{
|
||||
"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",
|
||||
"output": "%3DSX%/Universal-Updater.3dsx",
|
||||
"type": "downloadFile"
|
||||
}
|
||||
],
|
||||
"Download Universal-Updater.cia": [
|
||||
"Download Universal-Updater.cia (1 MiB)": [
|
||||
{
|
||||
"file": "https://github.com/Universal-Team/Universal-Updater/releases/download/v2.5.1/Universal-Updater.cia",
|
||||
"message": "Downloading Universal-Updater.cia...",
|
||||
@@ -69,8 +40,45 @@ Here is an example UniStore with one app
|
||||
"message": "Deleting Universal-Updater.cia.",
|
||||
"type": "deleteFile"
|
||||
}
|
||||
],
|
||||
"[nightly] Download Universal-Updater.3dsx": [
|
||||
{
|
||||
"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",
|
||||
"type": "downloadFile"
|
||||
}
|
||||
],
|
||||
"[nightly] Download Universal-Updater.cia": [
|
||||
{
|
||||
"file": "https://github.com/Universal-Team/extras/raw/master/builds/Universal-Updater/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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
],
|
||||
"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",
|
||||
"revision": 91,
|
||||
"version": 3
|
||||
}
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user