diff --git a/manifest.json b/manifest.json index bdfa95b..b0c1e6b 100755 --- a/manifest.json +++ b/manifest.json @@ -60,6 +60,11 @@ "matches": [ "http://*.xiaomi.cn/*" ], "js": [ "js/zepto.min.js", "js/qiandao/xiaomi.js" ], "run_at": "document_end" + }, + { + "matches": [ "http://*.smzdm.com/*" ], + "js": [ "js/zepto.min.js", "js/qiandao/smzdm.js" ], + "run_at": "document_end" } ], "background": {