-
Notifications
You must be signed in to change notification settings - Fork 13
/
Sample.json
45 lines (45 loc) · 1.09 KB
/
Sample.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
{
"primary color" :"#0C8346",
"accent color" :"#86E7B8",
"background color" :"#FDFFFC" ,
"icon color" :"#FCEFEF",
"app title":"App Title",
"brightness" :"light",
"font": "https://github.com/google/fonts/raw/master/ofl/pacifico/Pacifico-Regular.ttf",
"tabs": [{
"tab title": "Monday",
"items": [
{
"time": "\nMorning\n",
"event title": "First Event",
"description": "The first event is here"
},
{
"time": "\nEvening\n",
"event title": "Second Event",
"description": "The second event is here"
}
]
},
{
"tab title": "Tuesday",
"items": [
{
"time": "\nMorning\n",
"event title": "Third event",
"description": "The third event is here"
},
{
"time": "\nAfternoon\n",
"event title": "Fourth Event",
"description": "The fourth event is here"
},
{
"time": "\nEvening\n",
"event title": "Fifth Event",
"description": "The fifth event is here"
}
]
}
]
}