diff --git a/frontend/index.html b/frontend/index.html
index c6e1f2d..203a1e3 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -3,7 +3,7 @@
- chrome-multi
+ browser-multi
diff --git a/go.mod b/go.mod
index 2c52cad..181ef94 100644
--- a/go.mod
+++ b/go.mod
@@ -1,4 +1,4 @@
-module chrome-multi
+module browser-multi
go 1.23
diff --git a/wails.json b/wails.json
index f3c7283..0f9d39f 100644
--- a/wails.json
+++ b/wails.json
@@ -1,13 +1,13 @@
{
"$schema": "https://wails.io/schemas/config.v2.json",
- "name": "chrome-multi",
- "outputfilename": "chrome-multi",
+ "name": "browser-multi",
+ "outputfilename": "browser-multi",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
- "name": "ZhuoQinghui",
+ "name": "End",
"email": "1302344380@qq.com"
}
}