forked from IceWhaleTech/CasaOS-AppStore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcategory-list.json
More file actions
47 lines (47 loc) · 872 Bytes
/
Copy pathcategory-list.json
File metadata and controls
47 lines (47 loc) · 872 Bytes
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
[
{
"name": "Media",
"font": "play-circle-outline",
"description": "Media Apps"
},
{
"name": "Productivity",
"font": "toolbox-outline",
"description": "Productivity Apps"
},
{
"name": "Home",
"font": "home-automation",
"description": "Home Apps"
},
{
"name": "Networking",
"font": "lan",
"description": "Networking Apps"
},
{
"name": "AI",
"font": "chat-processing-outline",
"description": "AI Apps"
},
{
"name": "Finance",
"font": "currency-usd",
"description": "Finance Apps"
},
{
"name": "Social",
"font": "account-box-outline",
"description": "Social Apps"
},
{
"name": "Developer",
"font": "code-greater-than-or-equal",
"description": "Developer Apps"
},
{
"name": "Others",
"font": "apps",
"description": "Other Apps"
}
]