-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlocalStorage.json
More file actions
40 lines (40 loc) · 1.4 KB
/
localStorage.json
File metadata and controls
40 lines (40 loc) · 1.4 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
{
"wos_fs": {
"/": {
"type": "dir"
},
"/Desktop": {
"type": "dir"
},
"/Documents": {
"type": "dir"
},
"/Pictures": {
"type": "dir"
},
"/Downloads": {
"type": "dir"
},
"/Music": {
"type": "dir"
},
"/Documents/Notes.txt": {
"type": "file",
"ext": "txt",
"content": "My Notes\n========\n\n- Learn WebOS\n- Try all the apps\n- Customize the wallpaper",
"modified": 1776381669400
},
"/Desktop/Readme.txt": {
"type": "file",
"ext": "txt",
"content": "Welcome to WebOS 12\n\nSYSTEM CONTROLS:\n- Double-click desktop icons to launch applications.\n- Use the Taskbar at the bottom to switch between open windows.\n- Click the Clock area to view the Notification Center.\n\nDEVELOPER TOOLS:\n- Open the \"Developer\" app to view system architecture and kernel stats.\n- Use the Terminal for low-level system commands.\n\nPRO TIPS:\n- You can install this OS as a PWA via your browser address bar.\n- Right-click (or long-press) may reveal additional context menus.\n\nEnjoy your refined web experience!",
"modified": 1776381669400
},
"/Documents/Welcome.txt": {
"type": "file",
"ext": "txt",
"content": "Welcome to WebOS 12!\n\nThis is your virtual file system.\nYou can create, edit, and delete files.\n\nEnjoy the experience!",
"modified": 1776381669400
}
}
}