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
|
{
"title": "New Tab",
"tab1":{
"title": "Social Media.",
"bookmarks":{
"Facebook": "https://facebook.com/",
"Twitter" : "https://twitter.com/",
"Reddit" :"https://reddit.com/"
}
},
"tab2":{
"title": "Messaging.",
"bookmarks":{
"Messenger":"https://messenger.com/",
"WhatsApp": "https://web.whatsapp.com/",
"Gmail":"https://gmail.com/"
}
},
"tab3":{
"title": "Developer.",
"bookmarks":{
"Github":"https://github.com/",
"FCC News":"https://freecodecamp.org/news",
"Medium":"https://medium.com/",
"Stack Overflow": "https://stackoverflow.com/",
"Spotify Web":"https://open.spotify.com/"
}
},
"tab4":{
"title": "Routine.",
"bookmarks":{
"The Verge":"https://theverge.com/",
"Android Police":"https://androidpolice.com/",
"Screenrant": "https://screenrant.com/",
"YouTube":"https://youtube.com/feed/subscriptions",
"DIM":"https://app.destinyitemmanager.com/"
}
}
}
|