-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
53 lines (52 loc) · 1.52 KB
/
manifest.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"product": "Track Manifest",
"releaseDate": "09.09.2017",
"version": "0.0.2",
"baseURL": "https://s3-us-west-2.amazonaws.com/raincasterapp/",
"audioRoot": "audio",
"contactAddress": "[email protected]",
"items": [
{
"title": "Rainy Drive",
"category": "rain",
"description": "Waiting outside in the parking lot, reading a book while the wind blows.",
"url": "rainRainyDrive_3h.mp3"
},
{
"title": "Gulf Thunder",
"category": "rain",
"description": "A storm in the Gulf sets the sky asunder.",
"url": "rainGulfThunder_3h.mp3"
},
{
"title": "Hyperspace Passage",
"category": "space",
"description": "The trip to Ganymede will be uneventful. Sleep is encouraged.",
"url": "spaceHyperspace_3h.mp3"
},
{
"title": "Rainy Moor",
"category": "rain",
"description": "When the clouds let loose, the moors comes awake.",
"url": "rainRainyMoor_3h.mp3"
},
{
"title": "Entering Orbit",
"category": "space",
"description": "Gravity will take us home.",
"url": "spaceEnteringOrbit_3h.mp3"
},
{
"title": "Saturnalic Rings",
"category": "space",
"description": "Docks are full. Take us around the planet a few times.",
"url": "spaceSaturnalicRings_3h.mp3"
},
{
"title": "The Edge",
"category": "space",
"description": "Time slows beyond this sector. You could linger forever.",
"url": "spaceTheEdgex_3h.mp3"
},
]
}