-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathConfig.json
More file actions
50 lines (50 loc) · 1.22 KB
/
Config.json
File metadata and controls
50 lines (50 loc) · 1.22 KB
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
{
"user": "asd",
"directories": [
{
"name": "All repos",
"key": "1",
"path": "D:/Programming",
"type": "directory"
},
{
"name": "LetrasSinFiltro Repo",
"key": "2",
"path": "C:/Users/cinki/Desktop/LetrasSinFiltro",
"type": "directory"
},
{
"name": "FraintStudio Repo",
"key": "3",
"path": "D:/Programming/Fraint Studio/fraint-studio",
"type": "directory"
},
{
"name": "Portfolio Repo",
"key": "4",
"path": "D:/Programming/portfolio",
"type": "directory"
}
],
"webLinks": [
{
"name": "Github Profile",
"key": "5",
"path": "https://github.com/frannlencina",
"type": "webLink"
},
{
"name": "ChatGPT",
"key": "6",
"path": "https://chat.openai.com/",
"type": "webLink"
},
{
"name": "Youtube",
"key": "8",
"path": "https://youtube.com/",
"type": "webLink"
}
],
"closeButton": "x"
}