forked from electron/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
categories.json
97 lines (97 loc) · 1.44 KB
/
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
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
91
92
93
94
95
96
97
[
{
"name": "Productivity",
"count": 216,
"slug": "productivity"
},
{
"name": "Developer Tools",
"count": 172,
"slug": "developer-tools"
},
{
"name": "Utilities",
"count": 112,
"slug": "utilities"
},
{
"name": "Social Networking",
"count": 43,
"slug": "social-networking"
},
{
"name": "Music",
"count": 42,
"slug": "music"
},
{
"name": "Photo & Video",
"count": 41,
"slug": "photo-video"
},
{
"name": "Games",
"count": 32,
"slug": "games"
},
{
"name": "Business",
"count": 25,
"slug": "business"
},
{
"name": "Education",
"count": 21,
"slug": "education"
},
{
"name": "Graphics & Design",
"count": 19,
"slug": "graphics-design"
},
{
"name": "Finance",
"count": 17,
"slug": "finance"
},
{
"name": "Entertainment",
"count": 13,
"slug": "entertainment"
},
{
"name": "Books",
"count": 8,
"slug": "books"
},
{
"name": "News",
"count": 7,
"slug": "news"
},
{
"name": "Science & Medicine",
"count": 3,
"slug": "science-medicine"
},
{
"name": "Food & Drink",
"count": 2,
"slug": "food-drink"
},
{
"name": "Navigation",
"count": 1,
"slug": "navigation"
},
{
"name": "Lifestyle",
"count": 1,
"slug": "lifestyle"
},
{
"name": "Health & Fitness",
"count": 1,
"slug": "health-fitness"
}
]