mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-03 00:39:02 +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": {
|
||||
"title": "Example",
|
||||
"description": "An example script file",
|
||||
"longDescription": "This is an optional extended description\nto be shown after selecting the file.",
|
||||
"version": "1"
|
||||
"shortDesc": "An example script file",
|
||||
"description": "This is an optional extended description\nto be shown after selecting the file.",
|
||||
"barColor": "#dc3c00",
|
||||
"bgBottomColor": "#dca000",
|
||||
"bgTopColor": "#dca000",
|
||||
"textColor": "#ffffff",
|
||||
"selectedColor": "#fa3c00",
|
||||
"unselectedColor": "#b43c00",
|
||||
"progressbarColor": "#fa3c00",
|
||||
"version": 3,
|
||||
"revision": 1
|
||||
},
|
||||
"Install cia": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user