-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathcategories.json
More file actions
31 lines (31 loc) · 1.3 KB
/
categories.json
File metadata and controls
31 lines (31 loc) · 1.3 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
[
{ "id": "macos", "name": "macOS Apps" },
{ "id": "ios", "name": "iOS Apps" },
{ "id": "android", "name": "Android Apps" },
{ "id": "web", "name": "Web Apps" },
{ "id": "cli", "name": "CLI Apps" },
{ "id": "developer-tools", "name": "Developer Tools" },
{ "id": "productivity", "name": "Productivity" },
{ "id": "utilities", "name": "Utilities" },
{ "id": "education", "name": "Education" },
{ "id": "entertainment", "name": "Entertainment" },
{ "id": "games", "name": "Games" },
{ "id": "music", "name": "Music" },
{ "id": "photo-video", "name": "Photo & Video" },
{ "id": "graphics-design", "name": "Graphics & Design" },
{ "id": "social-networking", "name": "Social Networking" },
{ "id": "finance", "name": "Finance" },
{ "id": "health-fitness", "name": "Health & Fitness" },
{ "id": "lifestyle", "name": "Lifestyle" },
{ "id": "news", "name": "News" },
{ "id": "business", "name": "Business" },
{ "id": "reference", "name": "Reference" },
{ "id": "travel", "name": "Travel" },
{ "id": "food-drink", "name": "Food & Drink" },
{ "id": "navigation", "name": "Navigation" },
{ "id": "sports", "name": "Sports" },
{ "id": "weather", "name": "Weather" },
{ "id": "shopping", "name": "Shopping" },
{ "id": "books", "name": "Books" },
{ "id": "medical", "name": "Medical" }
]