更新
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user