mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 16:27:38 +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" }
|
|
]
|