From 8028a3529f212dd36c9cbb87967105ec25164ab9 Mon Sep 17 00:00:00 2001 From: eight Date: Tue, 25 Sep 2018 21:17:40 +0800 Subject: [PATCH] Include util, worker-util in background --- manifest.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.json b/manifest.json index 2a6a3ad2..876eae30 100644 --- a/manifest.json +++ b/manifest.json @@ -26,6 +26,8 @@ "js/messaging.js", "js/storage-util.js", "js/sections-equal.js", + "js/worker-util.js", + "background/util.js", "background/storage-dummy.js", "background/storage.js", "js/prefs.js",