mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-23 08:00:20 +00:00
10 lines
432 B
JSON
10 lines
432 B
JSON
[
|
|
{ "name": "Root", "path": "/" },
|
|
{ "name": "Home", "path": "/home/anon" },
|
|
{ "name": "Desktop", "path": "/home/anon/Desktop" },
|
|
{ "name": "Documents", "path": "/home/anon/Documents" },
|
|
{ "name": "Downloads", "path": "/home/anon/Downloads" },
|
|
{ "name": "Music", "path": "/home/anon/Music" },
|
|
{ "name": "Pictures", "path": "/home/anon/Pictures" },
|
|
{ "name": "Videos", "path": "/home/anon/Videos" }
|
|
]
|