mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-05 16:49:10 +00:00
Updated Script example (markdown)
+11
-3
@@ -3,9 +3,17 @@ The following is an example that features 2 scripts, one for downloading, instal
|
|||||||
{
|
{
|
||||||
"info": {
|
"info": {
|
||||||
"title": "Example",
|
"title": "Example",
|
||||||
"description": "An example script file",
|
"shortDesc": "An example script file",
|
||||||
"longDescription": "This is an optional extended description\nto be shown after selecting the file.",
|
"description": "This is an optional extended description\nto be shown after selecting the file.",
|
||||||
"version": "1"
|
"barColor": "#dc3c00",
|
||||||
|
"bgBottomColor": "#dca000",
|
||||||
|
"bgTopColor": "#dca000",
|
||||||
|
"textColor": "#ffffff",
|
||||||
|
"selectedColor": "#fa3c00",
|
||||||
|
"unselectedColor": "#b43c00",
|
||||||
|
"progressbarColor": "#fa3c00",
|
||||||
|
"version": 3,
|
||||||
|
"revision": 1
|
||||||
},
|
},
|
||||||
"Install cia": [
|
"Install cia": [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user