-
Notifications
You must be signed in to change notification settings - Fork 0
/
categories.json
44 lines (44 loc) · 943 Bytes
/
categories.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
{
"categories": [
{
"name": "Technology",
"image_link": "https://example.com/tech.jpg"
},
{
"name": "Fashion",
"image_link": "https://example.com/fashion.jpg"
},
{
"name": "Food",
"image_link": "https://example.com/food.jpg"
},
{
"name": "Travel",
"image_link": "https://example.com/travel.jpg"
},
{
"name": "Sports",
"image_link": "https://example.com/sports.jpg"
},
{
"name": "Entertainment",
"image_link": "https://example.com/entertainment.jpg"
},
{
"name": "Education",
"image_link": "https://example.com/education.jpg"
},
{
"name": "Health",
"image_link": "https://example.com/health.jpg"
},
{
"name": "Business",
"image_link": "https://example.com/business.jpg"
},
{
"name": "Art",
"image_link": "https://example.com/art.jpg"
}
]
}