forked from electron/apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcategories.json
More file actions
102 lines (102 loc) · 1.48 KB
/
Copy pathcategories.json
File metadata and controls
102 lines (102 loc) · 1.48 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
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
98
99
100
101
102
[
{
"name": "Productivity",
"count": 231,
"slug": "productivity"
},
{
"name": "Developer Tools",
"count": 170,
"slug": "developer-tools"
},
{
"name": "Utilities",
"count": 126,
"slug": "utilities"
},
{
"name": "Music",
"count": 53,
"slug": "music"
},
{
"name": "Social Networking",
"count": 46,
"slug": "social-networking"
},
{
"name": "Photo & Video",
"count": 42,
"slug": "photo-video"
},
{
"name": "Games",
"count": 33,
"slug": "games"
},
{
"name": "Finance",
"count": 29,
"slug": "finance"
},
{
"name": "Business",
"count": 24,
"slug": "business"
},
{
"name": "Education",
"count": 19,
"slug": "education"
},
{
"name": "Graphics & Design",
"count": 13,
"slug": "graphics-design"
},
{
"name": "Books",
"count": 6,
"slug": "books"
},
{
"name": "Entertainment",
"count": 6,
"slug": "entertainment"
},
{
"name": "Lifestyle",
"count": 5,
"slug": "lifestyle"
},
{
"name": "News",
"count": 5,
"slug": "news"
},
{
"name": "Medical",
"count": 2,
"slug": "medical"
},
{
"name": "Health & Fitness",
"count": 2,
"slug": "health-fitness"
},
{
"name": "Food & Drink",
"count": 1,
"slug": "food-drink"
},
{
"name": "Sports",
"count": 1,
"slug": "sports"
},
{
"name": "Travel",
"count": 1,
"slug": "travel"
}
]