{ "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 } ] }