-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathmg.json
95 lines (92 loc) · 2.21 KB
/
mg.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
{
"nodes": [
{
"name": "Mindgeek",
"group": 1,
"id": 1,
"photo": "https://i.imgur.com/08IEsts.png",
"size": 100,
"info": "Mansef/Manwin"
},
{
"name": "Advertisements",
"group": 1,
"id": 2,
"photo": "https://i.imgur.com/dhZH3pd.png",
"size": 55,
"info": "TrafficJunky<br> AdultForce</li>"
},
{
"name": "Memberships",
"group": 1,
"id": 3,
"photo": "https://i.imgur.com/AAMJMLk.png",
"size": 55,
"info": "Twistys<br>MYLFS<br>Reality Kings<br>Brazzers<br>Babes<br>Men.com"
},
{
"name": "Premium Content",
"group": 1,
"id": 4,
"photo": "https://i.imgur.com/cSsKzgK.jpg",
"size": 55,
"info": "Pornhub<br>YouPorn<br>XTube<br>Thumbzilla<br>Tube8"
},
{
"name": "Games",
"group": 1,
"id": 5,
"photo": "https://i.imgur.com/iuahJrJ.png",
"size": 55,
"info": "Nutaku"
},
{
"name": "Mobile",
"group": 1,
"id": 6,
"photo": "https://i.imgur.com/sR4LpAU.png",
"size": 55,
"info": "VPNhub<br>Kode</li><br>Private Downloader<br>Rocket VPN"
},
{
"name": "Payments",
"group": 1,
"id": 7,
"photo": "https://i.imgur.com/JaVN8CW.jpg",
"size": 55,
"info": "ProBiller"
}
],
"links": [
{
"source": 1,
"target": 2,
"value": 2
},
{
"source": 1,
"target": 3,
"value": 2
},
{
"source": 1,
"target": 4,
"value": 2
},
{
"source": 1,
"target": 5,
"value": 2
},
{
"source": 1,
"target": 6,
"value": 2
},
{
"source": 1,
"target": 7,
"value": 2
}
]
}