links.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. {
  2. "bookmarks" : [
  3. {
  4. "category": "Communicate",
  5. "links": [
  6. {
  7. "name": "Discord",
  8. "url": "https://discordapp.com/"
  9. },
  10. {
  11. "name": "Gmail",
  12. "url": "http://gmail.com"
  13. },
  14. {
  15. "name": "Slack",
  16. "url": "https://slack.com/signin"
  17. }
  18. ]
  19. },
  20. {
  21. "category": "Cloud",
  22. "links": [
  23. {
  24. "name": "Box",
  25. "url": "https://box.net"
  26. },
  27. {
  28. "name": "Dropbox",
  29. "url": "https://dropbox.com"
  30. },
  31. {
  32. "name": "Drive",
  33. "url": "https://drive.google.com"
  34. }
  35. ]
  36. },
  37. {
  38. "category": "Design",
  39. "links": [
  40. {
  41. "name": "Awwwards",
  42. "url": "https://awwwards.com"
  43. },
  44. {
  45. "name": "Dribbble",
  46. "url": "https://dribbble.com"
  47. },
  48. {
  49. "name": "Muz.li",
  50. "url": "https://medium.muz.li/"
  51. }
  52. ]
  53. },
  54. {
  55. "category": "Dev",
  56. "links": [
  57. {
  58. "name": "Codepen",
  59. "url": "https://codepen.io/"
  60. },
  61. {
  62. "name": "Devdocs",
  63. "url": "https://devdocs.io"
  64. },
  65. {
  66. "name": "Devhints",
  67. "url": "https://devhints.io"
  68. }
  69. ]
  70. },
  71. {
  72. "category": "Lifestyle",
  73. "links": [
  74. {
  75. "name": "Design Milk",
  76. "url": "https://design-milk.com/category/interior-design/"
  77. },
  78. {
  79. "name": "Dwell",
  80. "url": "https://www.dwell.com/"
  81. },
  82. {
  83. "name": "Freshome",
  84. "url": "https://freshome.com/"
  85. }
  86. ]
  87. },
  88. {
  89. "category": "Media",
  90. "links": [
  91. {
  92. "name": "Spotify",
  93. "url": "http://browse.spotify.com"
  94. },
  95. {
  96. "name": "Trakt",
  97. "url": "http://trakt.tv"
  98. },
  99. {
  100. "name": "YouTube",
  101. "url": "http://youtube.com/subscriptions"
  102. }
  103. ]
  104. },
  105. {
  106. "category": "Reading",
  107. "links": [
  108. {
  109. "name": "Instapaper",
  110. "url": "https://www.instapaper.com/u"
  111. },
  112. {
  113. "name": "Medium",
  114. "url": "http://medium.com"
  115. },
  116. {
  117. "name": "Reddit",
  118. "url": "http://reddit.com"
  119. }
  120. ]
  121. },
  122. {
  123. "category": "Tech",
  124. "links": [
  125. {
  126. "name": "TheNextWeb",
  127. "url": "https://thenextweb.com/"
  128. },
  129. {
  130. "name": "The Verge",
  131. "url": "https://theverge.com/"
  132. },
  133. {
  134. "name": "MIT Technology Review",
  135. "url": "https://www.technologyreview.com/"
  136. }
  137. ]
  138. }
  139. ]
  140. }