diff --git a/frontend/index.html b/frontend/index.html
index 860ac7d..95d823a 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -10,6 +10,7 @@
+
轻远电力老挝ERP - Qingyuan Power Laos
diff --git a/frontend/public/logo-192.png b/frontend/public/logo-192.png
new file mode 100644
index 0000000..d33e93a
Binary files /dev/null and b/frontend/public/logo-192.png differ
diff --git a/frontend/public/logo-512.png b/frontend/public/logo-512.png
new file mode 100644
index 0000000..337af09
Binary files /dev/null and b/frontend/public/logo-512.png differ
diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json
new file mode 100644
index 0000000..a643820
--- /dev/null
+++ b/frontend/public/manifest.json
@@ -0,0 +1,25 @@
+{
+ "name": "轻远电力老挝ERP",
+ "short_name": "轻远ERP",
+ "description": "轻远电力老挝分公司财务管理系统",
+ "start_url": "/",
+ "display": "standalone",
+ "orientation": "portrait",
+ "background_color": "#ffffff",
+ "theme_color": "#1890ff",
+ "lang": "zh-CN",
+ "icons": [
+ {
+ "src": "/logo-192.png",
+ "sizes": "192x192",
+ "type": "image/png",
+ "purpose": "any maskable"
+ },
+ {
+ "src": "/logo-512.png",
+ "sizes": "512x512",
+ "type": "image/png",
+ "purpose": "any maskable"
+ }
+ ]
+}