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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
|
{
"bookmarks" : [
{
"category": "Communicate",
"links": [
{
"name": "Discord",
"url": "https://discord.com"
},
{
"name": "Gmail",
"url": "http://gmail.com"
},
{
"name": "Slack",
"url": "https://slack.com/signin"
}
]
},
{
"category": "Cloud",
"links": [
{
"name": "Box",
"url": "https://box.com"
},
{
"name": "Dropbox",
"url": "https://dropbox.com"
},
{
"name": "Drive",
"url": "https://drive.google.com"
}
]
},
{
"category": "Design",
"links": [
{
"name": "Awwwards",
"url": "https://awwwards.com"
},
{
"name": "Dribbble",
"url": "https://dribbble.com"
},
{
"name": "Muz.li",
"url": "https://medium.muz.li/"
}
]
},
{
"category": "Dev",
"links": [
{
"name": "Codepen",
"url": "https://codepen.io/"
},
{
"name": "Devdocs",
"url": "https://devdocs.io"
},
{
"name": "Devhints",
"url": "https://devhints.io"
}
]
},
{
"category": "Lifestyle",
"links": [
{
"name": "Design Milk",
"url": "https://design-milk.com/category/interior-design/"
},
{
"name": "Dwell",
"url": "https://www.dwell.com/"
},
{
"name": "Freshome",
"url": "https://www.mymove.com/freshome/"
}
]
},
{
"category": "Media",
"links": [
{
"name": "Spotify",
"url": "http://browse.spotify.com"
},
{
"name": "Trakt",
"url": "http://trakt.tv"
},
{
"name": "YouTube",
"url": "https://youtube.com/feed/subscriptions"
}
]
},
{
"category": "Reading",
"links": [
{
"name": "Instapaper",
"url": "https://www.instapaper.com/u"
},
{
"name": "Medium",
"url": "http://medium.com"
},
{
"name": "Reddit",
"url": "http://reddit.com"
}
]
},
{
"category": "Tech",
"links": [
{
"name": "TheNextWeb",
"url": "https://thenextweb.com/"
},
{
"name": "The Verge",
"url": "https://theverge.com/"
},
{
"name": "MIT Technology Review",
"url": "https://www.technologyreview.com/"
}
]
}
]
}
|