mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
11 lines
432 B
JSON
11 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" }
|
|
]
|