This commit is contained in:
Julian Freeman
2026-04-17 18:06:55 -04:00
parent 837012d57f
commit d42d3592bb
4 changed files with 36 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
[package]
name = "chrom-tool"
version = "0.1.0"
description = "A Tauri App"
authors = ["you"]
description = "A local data management tool for Chromium-based browsers."
authors = ["julianf4r"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "Browser Assistant",
"title": "浏览器助手",
"width": 1400,
"height": 900,
"minWidth": 1100,