This commit is contained in:
Your Name
2026-07-23 11:30:11 +08:00
parent 32895b1591
commit 45b3bc0852
28 changed files with 7967 additions and 1338 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"manifest_version": 3,
"name": "ZhenYangTang Light Theme",
"version": "1.0.0",
"description": "Applies the desktop console light palette to the embedded customer service site.",
"content_scripts": [
{
"matches": [
"http://kf.zhenyangtang.com.cn/*",
"https://kf.zhenyangtang.com.cn/*"
],
"css": ["light-theme.css"],
"run_at": "document_start",
"all_frames": true
}
]
}