diff --git a/.github/workflows/issue-validation.yml b/.github/workflows/issue-validation.yml
index 68e5f37..97f1fca 100644
--- a/.github/workflows/issue-validation.yml
+++ b/.github/workflows/issue-validation.yml
@@ -52,7 +52,7 @@ jobs:
with:
prompt-file: issue_analysis.txt
system-prompt: |
- You are an issue validation assistant for Donut Browser, an browser orchestrator.
+ You are an issue validation assistant for Donut Browser, an anti-detect browser.
Analyze the provided issue content and determine if it contains sufficient information based on these requirements:
diff --git a/.github/workflows/release-notes-generator.yml b/.github/workflows/release-notes-generator.yml
index 97e08f8..85a1146 100644
--- a/.github/workflows/release-notes-generator.yml
+++ b/.github/workflows/release-notes-generator.yml
@@ -62,7 +62,7 @@ jobs:
with:
prompt-file: commits.txt
system-prompt: |
- You are an expert technical writer tasked with generating comprehensive release notes for Donut Browser, a powerful browser orchestrator.
+ You are an expert technical writer tasked with generating comprehensive release notes for Donut Browser, a powerful anti-detect browser.
Analyze the provided commit messages and generate well-structured release notes following this format:
diff --git a/README.md b/README.md
index 07d8bd8..f901cb4 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
Donut Browser
-
A powerful browser orchestrator that puts you in control of your browsing experience. 🍩
+
A powerful anti-detect browser that puts you in control of your browsing experience. 🍩
@@ -84,8 +84,8 @@ Have questions or want to contribute? We'd love to hear from you!
diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml
index 3e45345..0aff008 100644
--- a/src-tauri/Cargo.toml
+++ b/src-tauri/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "donutbrowser"
version = "0.8.1"
-description = "Simple Yet Powerful Browser Orchestrator"
+description = "Simple Yet Powerful Anti-Detect Browser"
authors = ["zhom@github"]
edition = "2021"
default-run = "donutbrowser"
diff --git a/src-tauri/donutbrowser.desktop b/src-tauri/donutbrowser.desktop
index 67a0885..4e74a2d 100644
--- a/src-tauri/donutbrowser.desktop
+++ b/src-tauri/donutbrowser.desktop
@@ -2,7 +2,7 @@
Version=1.0
Type=Application
Name=Donut Browser
-Comment=Simple Yet Powerful Browser Orchestrator
+Comment=Simple Yet Powerful Anti-Detect Browser
Exec=donutbrowser %u
Icon=donutbrowser
StartupNotify=true
diff --git a/src-tauri/src/default_browser.rs b/src-tauri/src/default_browser.rs
index 673fb96..ff54187 100644
--- a/src-tauri/src/default_browser.rs
+++ b/src-tauri/src/default_browser.rs
@@ -230,7 +230,7 @@ mod windows {
app_key
.set_value(
"ApplicationDescription",
- &"Donut Browser - Simple Yet Powerful Browser Orchestrator",
+ &"Donut Browser - Simple Yet Powerful Anti-Detect Browser",
)
.map_err(|e| format!("Failed to set ApplicationDescription: {}", e))?;
@@ -246,7 +246,7 @@ mod windows {
capabilities
.set_value(
"ApplicationDescription",
- &"Donut Browser - Simple Yet Powerful Browser Orchestrator",
+ &"Donut Browser - Simple Yet Powerful Anti-Detect Browser",
)
.map_err(|e| format!("Failed to set Capabilities description: {}", e))?;