From dad0fa3c2a3362e05eaffcdbaeafbbe31086f3fb Mon Sep 17 00:00:00 2001 From: Fayland Lam Date: Sat, 22 Nov 2014 21:28:48 +0800 Subject: [PATCH] cover=twice=slow --- manifest.json | 5 +++++ 1 file changed, 5 insertions(+) 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": {