feat: add icon

This commit is contained in:
2026-05-07 08:02:19 +05:00
parent 04755cf05b
commit 7cc2b8542d
13 changed files with 12 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
@rust-attr(derive(serde::Serialize, serde::Deserialize))
export struct BrowserConfig {
icon: string,
path: string,
flags: string,
}