feat: impl design header

This commit is contained in:
2026-05-07 19:49:45 +05:00
parent 7cc2b8542d
commit f425145e81
13 changed files with 978 additions and 304 deletions
+4 -3
View File
@@ -1,7 +1,8 @@
@rust-attr(derive(serde::Serialize, serde::Deserialize))
export struct BrowserConfig {
export struct BrowserConfig {
icon: string,
name: string,
path: string,
flags: string,
}
is-default: bool,
}