feat: browser list mvp

This commit is contained in:
2026-08-25 18:36:27 +05:00
parent e336cf7e86
commit 8d3a6dcc79
7 changed files with 244 additions and 134 deletions
+2 -3
View File
@@ -1,8 +1,7 @@
@rust-attr(derive(serde::Serialize, serde::Deserialize))
export struct BrowserConfig {
icon: string,
icon: image,
name: string,
path: string,
flags: string,
is-default: bool,
}
}