Last active
June 4, 2020 06:30
-
-
Save Electric1447/ed0b7e729d96538fe4418ce44c1028ff to your computer and use it in GitHub Desktop.
The is an example repository for VHBB-Android
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "Basic Example", | |
"filename": "Example.txt", | |
"data_filename": "", | |
"version": "v1.0", | |
"author": "Electric1447", | |
"description": "The an basic example", | |
"url": "https://pastebin.com/raw/GgPywBSG", | |
"data_url": "", | |
"date": "04/06/2020" | |
}, | |
{ | |
"name": "Example with Data", | |
"filename": "Example.txt", | |
"data_filename": "ExampleData.txt", | |
"version": "v1.0", | |
"author": "Electric1447", | |
"description": "This is an example with data", | |
"url": "https://pastebin.com/raw/GgPywBSG", | |
"data_url": "https://pastebin.com/raw/Rm7ZMdt4", | |
"date": "04/06/2020" | |
}, | |
{ | |
"name": "Who even need dates?", | |
"filename": "Example.txt", | |
"data_filename": "", | |
"version": "v1.0", | |
"author": "Electric1447", | |
"description": "This example does not contain a date", | |
"url": "https://pastebin.com/raw/GgPywBSG", | |
"data_url": "", | |
"date": "" | |
}, | |
{ | |
"name": "Custom version ex", | |
"filename": "Example.txt", | |
"data_filename": "", | |
"version": "v1-Custom", | |
"author": "Electric1447", | |
"description": "Version strings can be fully customizable", | |
"url": "https://pastebin.com/raw/GgPywBSG", | |
"data_url": "", | |
"date": "04/06/2020" | |
}, | |
{ | |
"name": "Keep it short", | |
"filename": "Example.txt", | |
"data_filename": "", | |
"version": "v1.0", | |
"author": "Electric1447", | |
"description": "Keep descriptions relativley short so they won't be can off", | |
"url": "https://pastebin.com/raw/GgPywBSG", | |
"data_url": "", | |
"date": "04/06/2020" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment