-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdock.json
More file actions
94 lines (94 loc) · 2.17 KB
/
dock.json
File metadata and controls
94 lines (94 loc) · 2.17 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
[
{
"id": "fs",
"name": "Github Filesystem",
"icon": "📁",
"sourceUrl": "/experiments/editor/wc/github-explorer.js",
"tag": "github-explorer",
"onstartup": false
},
{
"id": "chat",
"name": "Chat",
"icon": "💬",
"sourceUrl": "/chat-component/chat-component.js",
"tag": "chat-component",
"onstartup": false
},
{
"id": "user-management",
"name": "User Management",
"icon": "👨⚕️",
"sourceUrl": "/wc/google-login.js",
"tag": "google-login",
"onstartup": false
},
{
"id": "resume-component",
"name": "Resume Component",
"icon": "🔮",
"sourceUrl": "/resume-component.js",
"tag": "resume-component",
"onstartup": false,
"singleton": true
},
{
"id": "system-preferences",
"name": "System Preferences",
"icon": "⚙️",
"sourceUrl": "/desktop/src/apps/system-preferences-webapp.js",
"tag": "system-preferences-webapp",
"onstartup": false,
"singleton": true
},
{
"id": "xeyes",
"name": "Xeyes",
"icon": "👁️",
"sourceUrl": "/experiments/xeyes.js",
"tag": "xeyes",
"onstartup": false
},
{
"id": "monaco-editor-instance",
"name": "Monaco Editor Instance",
"icon": "📝",
"sourceUrl": "/sites/desktop/wc/monaco-editor-instance.js",
"tag": "monaco-editor-instance",
"onstartup": false
},
{
"id": "event-debugger",
"name": "Event Debugger",
"icon": "🛠️",
"sourceUrl": "/experiments/wc/vibe-event-debugger.js",
"tag": "vibe-event-debugger",
"onstartup": false,
"singleton": true
},
{
"id": "controls",
"name": "Controls",
"icon": "🧭",
"sourceUrl": "/experiments/vibe-coder/vibe-coder-controls.js",
"tag": "vibe-coder-controls",
"onstartup": false,
"singleton": true
},
{
"id": "mouse-trail",
"name": "Mouse Trail",
"icon": "🐭",
"sourceUrl": "/wc/mouse-trail.js",
"tag": "mouse-trail",
"onstartup": false
},
{
"id": "asteroids",
"name": "Asteroids",
"icon": "🚀",
"sourceUrl": "https://weolopez.github.io/asteroids/game.js",
"tag": "sophisticated-vibe-asteroids",
"onstartup": false
}
]