-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.json
More file actions
27 lines (26 loc) · 798 Bytes
/
home.json
File metadata and controls
27 lines (26 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{"result":[{
"imageUri": "https://raw.githubusercontent.com/andymach/blankbullet/master/oldguy.png",
"audioUri": "path/to/audio1.mp3",
"name": "oldguy"
},
{
"imageUri": "https://raw.githubusercontent.com/andymach/blankbullet/master/newguy.png",
"audioUri": "path/to/audio2.mp3",
"name": "newguy"
},
{
"imageUri": "https://raw.githubusercontent.com/andymach/blankbullet/master/actor.png",
"audioUri": "path/to/audio3.mp3",
"name": "actor"
},
{
"imageUri": "https://raw.githubusercontent.com/andymach/blankbullet/master/pudi.png",
"audioUri": "path/to/audio3.mp3",
"name": "pudi"
},{
"imageUri": "https://raw.githubusercontent.com/andymach/blankbullet/master/test.png",
"audioUri": "path/to/audio3.mp3",
"name": ""
}
]
}