Skip to content

Commit dfe466c

Browse files
committed
adds menu option
1 parent 86a3878 commit dfe466c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.itw3.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,13 @@
33
"type": "app",
44
"name": "File Manager",
55
"install": "fs",
6-
"version": "v0.0.5",
6+
"version": "v0.0.6",
77
"depends": ["server"],
88
"app": {
99
"type": "zip",
1010
"url": "https://github.com/dAppServer/app-directory-browser/releases/latest/download/directory-browser.zip"
11+
},
12+
"menu": {
13+
"main": {"title": "File Manager", "icon": ["fas", "file"]}
1114
}
1215
}

0 commit comments

Comments
 (0)