-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgroups.json
More file actions
87 lines (87 loc) · 1.94 KB
/
Copy pathgroups.json
File metadata and controls
87 lines (87 loc) · 1.94 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
{
"ai": {
"en": "Artificial Intelligence",
"de": "Künstliche Intelligenz",
"icon": "fa-robot"
},
"cdn": {
"en": "Content Delivery Networks",
"de": "Content-Delivery-Netzwerke",
"icon": "fa-server"
},
"cloud": {
"en": "Cloud Services",
"de": "Cloud-Dienste",
"icon": "fa-cloud"
},
"dating": {
"en": "Dating",
"de": "Dating",
"icon": "fa-heart"
},
"developer": {
"en": "Developer Tools",
"de": "Entwicklerwerkzeuge",
"icon": "fa-code"
},
"education": {
"en": "Education",
"de": "Bildung",
"icon": "fa-graduation-cap"
},
"finance": {
"en": "Finance",
"de": "Finanzen",
"icon": "fa-money-bill-trend-up"
},
"gambling": {
"en": "Gambling",
"de": "Glücksspiel",
"icon": "fa-dice"
},
"gaming": {
"en": "Gaming",
"de": "Spiele",
"icon": "fa-gamepad"
},
"hosting": {
"en": "Hosting & Storage",
"de": "Hosting & Speicher",
"icon": "fa-hard-drive"
},
"business": {
"en": "Business & Productivity",
"de": "Business & Produktivität",
"icon": "fa-briefcase"
},
"messenger": {
"en": "Messaging",
"de": "Messaging",
"icon": "fa-comments"
},
"privacy": {
"en": "Privacy",
"de": "Privatsphäre",
"icon": "fa-user-shield"
},
"shopping": {
"en": "Shopping",
"de": "Einkaufen",
"icon": "fa-cart-shopping"
},
"social": {
"en": "Social Networks",
"de": "Soziale Netzwerke",
"icon": "fa-share-nodes"
},
"software": {
"en": "Software",
"de": "Software",
"icon": "fa-window-maximize"
},
"streaming": {
"en": "Streaming",
"de": "Streaming",
"icon": "fa-play"
}
}