This repository has been archived by the owner on Apr 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbookmarks.json
99 lines (99 loc) · 2.81 KB
/
bookmarks.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
96
97
98
99
{
"menuLabel": "Music",
"bookmarks": [
{
"title": "lofi.cafe",
"url": "https://lofi.cafe/",
"type": "link",
"shortcut": "Cmd+1"
},
{
"title": "beats to relax/study to - lofi girl",
"url": "https://www.youtube.com/watch?v=jfKfPfyJRdk",
"type": "link",
"shortcut": "Cmd+2"
},
{
"title": "beats to sleep/chill to - lofi girl",
"url": "https://www.youtube.com/watch?v=rUxyKA_-grg",
"type": "link",
"shortcut": "Cmd+3"
},
{
"title": "synthwave radio - lofi girl",
"url": "https://www.youtube.com/watch?v=4xDzrJKXOOY",
"type": "link",
"shortcut": "Cmd+4"
},
{
"title": "lonelyboy",
"url": "https://www.youtube.com/@lonelyboyxyz",
"type": "link"
},
{
"title": "lofi geek",
"url": "https://www.youtube.com/channel/UCyD59CI7beJDU493glZpxgA",
"type": "link"
},
{
"title": "LOFI Galaxy",
"url": "https://www.youtube.com/channel/UCgyqgNSc6XMv1Nidr-jDJeg",
"type": "link"
},
{
"title": "Lucid Rhythms",
"url": "https://www.youtube.com/@LucidRhythms",
"type": "link"
},
{
"type": "separator"
},
{
"title": "lofi ATC",
"url": "https://www.lofiatc.com/",
"type": "link"
},
{
"title": "lofi ATC - DTW",
"url": "https://www.lofiatc.com/?icao=KDTW",
"type": "link",
"shortcut": "Cmd+9"
},
{
"type": "separator"
},
{
"title": "Nature Relaxation",
"type": "link",
"url": "https://www.youtube.com/c/dhuting"
},
{
"title": "Primal Earth",
"type": "link",
"url": "https://www.youtube.com/@primalearth8951"
},
{
"title": "Cosmic Relaxation",
"type": "link",
"url": "https://www.youtube.com/watch?v=Y_plhk1FUQA"
},
{
"type": "separator"
},
{
"title": "RÜFÜS DU SOL Live from Joshua Tree",
"type": "link",
"url": "https://www.youtube.com/watch?v=Zy4KtD98S2c"
},
{
"title": "Lane 8 - Sunrise Set - Grand Lake, CO",
"type": "link",
"url": "https://www.youtube.com/watch?v=n_LcVqqHSY8"
},
{
"title": "Ambient Polyrhythms // Mandala ASMR Sounds",
"url": "https://www.youtube.com/watch?v=Ns1QVFlmtII",
"type": "link"
}
]
}