-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmoods.json
More file actions
60 lines (59 loc) · 1.32 KB
/
Copy pathmoods.json
File metadata and controls
60 lines (59 loc) · 1.32 KB
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
54
55
56
57
58
59
60
{
"page": "moods & activities",
"data": [
{
"title": "Lift your spirits",
"background": {
"image": "https://du3avdd2jplpp.cloudfront.net/strains/explore/thumbs/Laugh-It-Up.jpg"
},
"onClick": {
"page": "liftyourspirits.json"
}
},
{
"title": "Stay productive",
"background": {
"image": "https://du3avdd2jplpp.cloudfront.net/strains/explore/thumbs/Carpe-Diem.jpg"
},
"onClick": {
"page": "stayproductive.json"
}
},
{
"title": "Good Night Sleep",
"background": {
"image": "https://du3avdd2jplpp.cloudfront.net/strains/explore/thumbs/Catch-Some-ZZZzzs.jpg"
},
"onClick": {
"page": "goodnightsleep.json"
}
},
{
"title": "Conquer Social Anxiety",
"background": {
"image": "https://du3avdd2jplpp.cloudfront.net/strains/explore/thumbs/Make-New-Friends.jpg"
},
"onClick": {
"page": "conquersocialanxiety.json"
}
},
{
"title": "Motivate the Mind",
"background": {
"image": "https://du3avdd2jplpp.cloudfront.net/strains/explore/thumbs/Create-Something-New.jpg"
},
"onClick": {
"page": "motivatethemind.json"
}
},
{
"title": "Get Active",
"background": {
"image": "https://du3avdd2jplpp.cloudfront.net/strains/explore/thumbs/thumb-get-outside.jpg"
},
"onClick": {
"page": "getactive.json"
}
}
]
}