-
Notifications
You must be signed in to change notification settings - Fork 0
/
Interests.json
90 lines (90 loc) · 1.3 KB
/
Interests.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
[
{
"id" : "1",
"name" : "Convenience",
"group" : "shops"
},
{
"id" : "2",
"name" : "Homestyle",
"group" : "shops"
},
{
"id" : "3",
"name" : "Electronics",
"group" : "shops"
},
{
"id" : "4",
"name" : "Health",
"group" : "shops"
},
{
"id" : "5",
"name" : "Gifts & Lifestyle",
"group" : "shops"
},
{
"id" : "6",
"name" : "Apparel",
"group" : "shops"
},{
"id" : "7",
"name" : "Convenience",
"group" : "hobbies"
},
{
"id" : "8",
"name" : "Sports",
"group" : "hobbies"
},
{
"id" : "9",
"name" : "Technology",
"group" : "hobbies"
},
{
"id" : "10",
"name" : "Videogames",
"group" : "hobbies"
},
{
"id" : "11",
"name" : "Wellbeing",
"group" : "hobbies"
},
{
"id" : "12",
"name" : "Travel",
"group" : "hobbies"
},{
"id" : "13",
"name" : "Food",
"group" : "hobbies"
},
{
"id" : "14",
"name" : "Shows",
"group" : "events"
},
{
"id" : "15",
"name" : "Guest stars",
"group" : "events"
},
{
"id" : "16",
"name" : "Cultural",
"group" : "events"
},
{
"id" : "17",
"name" : "Music",
"group" : "events"
},
{
"id" : "18",
"name" : "Kids and fun",
"group" : "events"
}
]