feat: add setting variant

This commit is contained in:
2026-08-26 07:37:06 +05:00
parent c7557c163a
commit fc5a7638bc
7 changed files with 382 additions and 7 deletions
+5
View File
@@ -5,3 +5,8 @@ export struct BrowserConfig {
flags: string,
is-default: bool,
}
export struct RememberedEntry {
domain: string,
browser: string,
}