21 lines
379 B
JSON
21 lines
379 B
JSON
{
|
|
"tracks": [
|
|
{
|
|
"file": "hacker-track01.mp3",
|
|
"artist": "Cy-Bro",
|
|
"title": "Rock the Anomaly"
|
|
},
|
|
{
|
|
"file": "hacker-track02.mp3",
|
|
"artist": "Nadia",
|
|
"title": "A time after now, but also before"
|
|
},
|
|
{
|
|
"file": "hacker-track03.mp3",
|
|
"artist": "DV-8-2303",
|
|
"title": "Cybercrimes"
|
|
}
|
|
],
|
|
"volume": 0.3
|
|
}
|